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

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

View File

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