Skip to content

Commit

Permalink
Fix exclude in deployment workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cmil committed Sep 20, 2024
1 parent 45e26d3 commit 2ec79f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Deploy to ${{ inputs.host }}
run: |
rsync -rlvz --delete \
--exclude=robot.txt \
--exclude=robots.txt \
--exclude=schema.rng \
--exclude=dracor.sch \
--exclude=google*.html \
Expand Down

0 comments on commit 2ec79f0

Please sign in to comment.