Skip to content

Commit

Permalink
Update build info
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianfeldmann committed Oct 17, 2023
1 parent 530ed8b commit 100e6f6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,13 @@ jobs:
- name: "Checkout"
uses: actions/checkout@v3
with:
ref: pg-pages
fetch-depth: 0
ref: gh-pages
- name: "SFTP Deploy"
uses: milanmk/actions-file-deployer@master
with:
remote-protocol: "sftp"
remote-host: "${{ secrets.SFTP_HOST }}"
remote-user: "${{ secrets.SFTP_USER }}"
remote-password: "${{ secrets.SFTP_PASSWORD }}"
remote-path: "captainhook.info/www/htdocs"
remote-path: "/captainhook.info/www/htdocs"

0 comments on commit 100e6f6

Please sign in to comment.