Skip to content

Commit 1a902aa

Browse files
authored
Update nodejs.yml
1 parent f7e7050 commit 1a902aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ jobs:
4848
username: ${{ secrets.FTP_USERNAME }}
4949
server: ${{ secrets.FTP_SERVER }}
5050
port: ${{ secrets.FTP_PORT }}
51-
local_path: './docs/.vuepress/dist'
51+
local_path: './docs/.vuepress/dist/'
5252
remote_path: '/upload'
5353
sftp_only: true
5454
password: ${{ secrets.FTP_PASSWORD }}
55-
# rsyncArgs: '--exclude=node_modules --exclude=.git --exclude=*.log'
55+
rsyncArgs: '--exclude=node_modules --exclude=.git --exclude=*.log'
5656
sftpArgs: '-o ConnectTimeout=5'
5757

5858
# - name: 📂 Sync files

0 commit comments

Comments
 (0)