Skip to content

Commit 0d785f3

Browse files
authored
Update Sync-Document.yml
1 parent 2dd84f3 commit 0d785f3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/Sync-Document.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,11 @@ jobs:
2727

2828
- name: 📂 Sync Files
2929
uses: SamKirkland/web-deploy@v1
30+
continue-on-error: true
3031
with:
3132
target-server: ${{ secrets.FTP_SERVER_IP }}
3233
remote-user: ${{ secrets.FTP_SERVER_USERNAME }}
3334
private-ssh-key: ${{ secrets.FTP_SERVER_PASSWD }}
3435
destination-path: /www/wwwroot/tinyvision.yuzukihd.top/
3536
source-path: ${{ github.workspace }}/docs/
36-
rsync-options: --archive -O --no-perms --compress --human-readable --progress --delete-after --exclude=.git* --exclude=.well-known/ --exclude=.git/ --exclude=.gitignore
37+
rsync-options: --archive --compress --delete-after --exclude=.git* --exclude=.well-known/ --exclude=.user.ini --exclude=.htaccess --exclude=.git/ --exclude=.gitignore --no-times

0 commit comments

Comments
 (0)