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 7d7afc4 commit a77df18Copy full SHA for a77df18
.github/workflows/cd.yml
@@ -33,3 +33,11 @@ jobs:
33
with:
34
github_token: ${{ secrets.GITHUB_TOKEN }}
35
publish_dir: ./out
36
+ - name: syncfile
37
+ uses: SamKirkland/[email protected]
38
+ with:
39
+ server: wh-nb3if1wq7i6udh1xtsb.my3w.com
40
+ username: ${{ secrets.FTPUSERNAME }}
41
+ password: ${{ secrets.FTPPASSWORD }}
42
+ local-dir: ./out/
43
+ server-dir: htdocs/
0 commit comments