mirror of
https://github.com/SouthFox-D/SouthFox-D.github.io.git
synced 2024-11-25 08:26:51 +01:00
actions: fix action
This commit is contained in:
parent
736bd26465
commit
b41d78e9c4
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 }}
|
||||
run: |
|
||||
git clone https://github.com/SouthFox-D/blog_img.git blog_img
|
||||
cp -frp newimg/* blog_img/
|
||||
cp -frp newimg/ blog_img/
|
||||
cd blog_img
|
||||
git add .
|
||||
git diff --exit-code || git commit -m "Auto backup"
|
||||
|
|
Loading…
Reference in a new issue