This commit is contained in:
parent
b18dd70192
commit
0f6a56f771
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user