mirror of
https://github.com/SouthFox-D/SouthFox-D.github.io.git
synced 2024-11-25 00:16:52 +01:00
actions: fix action
This commit is contained in:
parent
ccb71ee09b
commit
8785b28af6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/backup-img.yml
vendored
2
.github/workflows/backup-img.yml
vendored
|
@ -36,7 +36,7 @@ jobs:
|
||||||
DEPLOY_KEY: ${{ secrets.HEXO_DEPLOY }}
|
DEPLOY_KEY: ${{ secrets.HEXO_DEPLOY }}
|
||||||
run: |
|
run: |
|
||||||
git clone https://github.com/SouthFox-D/blog_img.git blog_img
|
git clone https://github.com/SouthFox-D/blog_img.git blog_img
|
||||||
cp -frp newimg/ blog_img
|
cp -f newimg/* blog_img
|
||||||
cd blog_img
|
cd blog_img
|
||||||
git add .
|
git add .
|
||||||
git commit -m "Auto backup" || echo "Nothing to push"
|
git commit -m "Auto backup" || echo "Nothing to push"
|
||||||
|
|
Loading…
Reference in a new issue