Skip to content

Commit 70f5223

Browse files
authored
Update nodejs.yml
1 parent 1a902aa commit 70f5223

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
@@ -48,7 +48,7 @@ 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 }}

0 commit comments

Comments
 (0)