更新build
Some checks failed
Build and Publish / Run (push) Failing after 14s

This commit is contained in:
cxykevin 2024-08-31 14:16:55 +08:00
parent b18dd70192
commit 0f6a56f771

View File

@ -25,6 +25,7 @@ jobs:
uses: https://git.hmtsai.cn/actions/checkout@v4
- name: Upload
run: |
mv book index
mkdir index
cp * index
lftp ${{ secrets.FTP_SITE }} -u ${{ secrets.FTP_USERNAME }},${{ secrets.FTP_PWD }} -e "mirror -R index index"