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 247ff32 commit 40b142aCopy full SHA for 40b142a
.github/workflows/ci.yml
@@ -55,5 +55,7 @@ jobs:
55
server: ftpupload.net
56
username: ${{ secrets.FTP_USERNAME }}
57
password: ${{ secrets.FTP_PASSWORD }}
58
- local-dir: .public/
+ local-dir: ./public/
59
server-dir: .htdocs/
60
+ exclude: |
61
+ *.ssh*
0 commit comments