We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a902aa commit 70f5223Copy full SHA for 70f5223
.github/workflows/nodejs.yml
@@ -48,7 +48,7 @@ jobs:
48
username: ${{ secrets.FTP_USERNAME }}
49
server: ${{ secrets.FTP_SERVER }}
50
port: ${{ secrets.FTP_PORT }}
51
- local_path: './docs/.vuepress/dist/'
+ local_path: './docs/.vuepress/dist/*'
52
remote_path: '/upload'
53
sftp_only: true
54
password: ${{ secrets.FTP_PASSWORD }}
0 commit comments