We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f99211 commit 5523a72Copy full SHA for 5523a72
1 file changed
.github/workflows/doc.yaml
@@ -62,3 +62,13 @@ jobs:
62
with:
63
branch: gh-pages
64
folder: NMSIS/doc/build/html
65
+
66
+ - name: Deploy Website
67
+ if: ${{ github.event_name != 'pull_request' && github.ref == 'refs/heads/master' }}
68
+ env:
69
+ FTPUSER: ${{ secrets.FTPUSER }}
70
+ FTPPWD: ${{ secrets.FTPPWD }}
71
+ FTPSERVER: ${{ secrets.FTPSERVER }}
72
+ run: |
73
+ bash .ci/ftp_deploy.sh $FTPUSER $FTPPWD $FTPSERVER NMSIS/doc/build/html nmsis
74
0 commit comments