Update logo.yml

This commit is contained in:
张露 2023-06-08 16:06:50 +08:00 committed by GitHub
parent ff6cbd1c0b
commit 907f77e385
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,8 +17,15 @@ jobs:
run: |
git config --global user.name "${{ github.actor }}"
git config --global user.email "xxx@websoft9.com"
git rm aladdin-websoft9.png
git commit -m "delete"
files=$(ls /)
for file in ${files};do
if [ $file == *.png ];then
echo $file
git rm $file
git commit -m "delete"
break
fi
done
git push -u
- name: update logo