Skip to content

Commit

Permalink
Upload documentation using sftp
Browse files Browse the repository at this point in the history
  • Loading branch information
tpeulen committed Feb 4, 2024
1 parent a6e07f3 commit 67430f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
with:
server: ${{secrets.SFTP_ENDPOINT}}
username: ${{secrets.SFTP_USER}}
passphrase: ${{secrets.SFTP_PASSWORD}}
password: ${{secrets.SFTP_PASSWORD}}
port: ${{secrets.SFTP_PORT}}
uploads: |
./doc/_build/html/ => ./www/docs.peulen.xyz/project/bff/master/
Expand Down

0 comments on commit 67430f9

Please sign in to comment.