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 33c6f31 commit c5a167bCopy full SHA for c5a167b
.github/workflows/nodejs.yml
@@ -52,7 +52,7 @@ jobs:
52
remote_path: './'
53
sftp_only: true
54
password: ${{ secrets.FTP_PASSWORD }}
55
- rsyncArgs: '--exclude=node_modules --exclude=.git --exclude=*.log'
+ # rsyncArgs: '--exclude=node_modules --exclude=.git --exclude=*.log'
56
sftpArgs: '-o ConnectTimeout=5'
57
58
# - name: 📂 Sync files
0 commit comments