fix(ci): cache even if upload partially fails
All checks were successful
Deploy to SFTP Server / build (push) Successful in 32m15s
All checks were successful
Deploy to SFTP Server / build (push) Successful in 32m15s
This commit is contained in:
parent
dcd19b6da0
commit
5e7a63230b
1
.github/workflows/default.yaml
vendored
1
.github/workflows/default.yaml
vendored
@ -56,6 +56,7 @@ jobs:
|
||||
pnpm i && pnpm build
|
||||
|
||||
- name: 🚀 Deploy files via SFTP
|
||||
continue-on-error: true
|
||||
uses: pressidium/lftp-mirror-action@v1
|
||||
with:
|
||||
host: ${{ secrets.FTP_HOST }}
|
||||
|
Loading…
Reference in New Issue
Block a user