更新 .gitea/workflows/build.yaml
Build and Publish / Run (push) Failing after 33s Details

This commit is contained in:
cxykevin 2024-06-25 22:29:05 +08:00
parent dd9c9de9c6
commit 3b29792334
1 changed files with 1 additions and 1 deletions

View File

@ -45,5 +45,5 @@ jobs:
- name: Check book
run: ls book
- name: Upload
run: lftp ${{ secrets.FTP_SITE }} -u ${{ secrets.FTP_USERNAME }},${{ secrets.FTP_PWD }} -e "mirror -R -P book index"
run: lftp ${{ secrets.FTP_SITE }} -u ${{ secrets.FTP_USERNAME }},${{ secrets.FTP_PWD }} -e "mirror -R index book"