mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-22 07:30:24 +00:00
Update logo.yml
This commit is contained in:
parent
6ff0deaecd
commit
9c5e282efe
1 changed files with 2 additions and 0 deletions
2
.github/workflows/logo.yml
vendored
2
.github/workflows/logo.yml
vendored
|
@ -34,8 +34,10 @@ jobs:
|
||||||
logoFile=appmanage/static/images/${app}-websoft9.png
|
logoFile=appmanage/static/images/${app}-websoft9.png
|
||||||
rm -f $logoFile
|
rm -f $logoFile
|
||||||
git rm --cached $logoFile
|
git rm --cached $logoFile
|
||||||
|
|
||||||
wget -P appmanage/static/images $url
|
wget -P appmanage/static/images $url
|
||||||
break
|
break
|
||||||
|
|
||||||
done
|
done
|
||||||
|
|
||||||
- name: push logo
|
- name: push logo
|
||||||
|
|
Loading…
Reference in a new issue