Skip to content

Commit

Permalink
refactor: Delete switch engaged
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed Feb 20, 2024
1 parent e1e5575 commit 100bb92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: rsync deployments
uses: burnett01/[email protected]
with:
switches: -avzr
switches: -avzr --delete
path: ./dist/
remote_path: ${{ secrets.NYS_DOCS_ROOT }}${{ env.DOCS_DEST_DIR }}
remote_host: ${{ secrets.NYS_DEPLOY_REMOTE_HOST }}
Expand Down

0 comments on commit 100bb92

Please sign in to comment.