Skip to content

Commit

Permalink
avoid deleting sanitized.md and rendered.html when pushing new code
Browse files Browse the repository at this point in the history
  • Loading branch information
vimeh committed Sep 11, 2023
1 parent b5b18f4 commit 487b232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: rsync deployment
uses: burnett01/rsync-deployments@6.0.0
with:
switches: -avzr --delete
switches: -avzr --delete --exclude=sanitized.md --exclude=rendered.html
remote_path: /root/serve_md_go/
remote_host: ${{ vars.SERVER_IP }}
remote_user: root
Expand Down

0 comments on commit 487b232

Please sign in to comment.