Skip to content

Commit

Permalink
Update gh-pages.yml, no more dry run.
Browse files Browse the repository at this point in the history
  • Loading branch information
ponchio authored May 27, 2024
1 parent a0108e4 commit 0e2b7f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: rsync deployments
uses: burnett01/[email protected]
with:
switches: -avzr --dry-run
switches: -avzr
legacy_allow_rsa_hostkeys: "true"
path: ./public/
remote_path: ${{ secrets.HUGO_PATH }}
Expand Down

0 comments on commit 0e2b7f9

Please sign in to comment.