Skip to content

Commit

Permalink
Update gh-pages.yml, enable legacy rsa.
Browse files Browse the repository at this point in the history
  • Loading branch information
ponchio committed May 27, 2024
1 parent 2bc3052 commit a0108e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@ jobs:
publish_dir: ./public

- name: rsync deployments
uses: burnett01/rsync-deployments@5.2
uses: burnett01/rsync-deployments@7.0.1
with:
switches: -avzr --dry-run
legacy_allow_rsa_hostkeys: "true"
path: ./public/
remote_path: ${{ secrets.HUGO_PATH }}
remote_port: ${{ secrets.HUGO_PORT }}
Expand Down

0 comments on commit a0108e4

Please sign in to comment.