mirror of
https://github.com/SouthFox-D/SouthFox-D.github.io.git
synced 2024-11-29 01:55:19 +01:00
actions: fix action
This commit is contained in:
parent
62b74bc7c8
commit
736bd26465
1 changed files with 0 additions and 1 deletions
1
.github/workflows/backup-img.yml
vendored
1
.github/workflows/backup-img.yml
vendored
|
@ -35,7 +35,6 @@ jobs:
|
||||||
env:
|
env:
|
||||||
DEPLOY_KEY: ${{ secrets.HEXO_DEPLOY }}
|
DEPLOY_KEY: ${{ secrets.HEXO_DEPLOY }}
|
||||||
run: |
|
run: |
|
||||||
rm -rf .git
|
|
||||||
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 -frp newimg/* blog_img/
|
||||||
cd blog_img
|
cd blog_img
|
||||||
|
|
Loading…
Reference in a new issue