Skip to content

Commit fd7bce7

Browse files
authored
Update nodejs.yml
1 parent c507331 commit fd7bce7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
server: ${{ secrets.FTP_SERVER }}
5050
port: ${{ secrets.FTP_PORT }}
5151
local_path: './docs/.vuepress/dist'
52-
remote_path: '/'
52+
remote_path: '/temp'
5353
sftp_only: true
5454
password: ${{ secrets.FTP_PASSWORD }}
5555
# rsyncArgs: '--exclude=node_modules --exclude=.git --exclude=*.log'

0 commit comments

Comments
 (0)