Skip to content

Commit

Permalink
update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianoEger committed Jun 17, 2024
1 parent 7cf0946 commit 4928d4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
- run: git branch -D gh-pages || true
- run: git checkout --orphan gh-pages
- run: find . -mindepth 1 -maxdepth 1 ! -name 'decoders' ! -name '.git' -exec rm -rf {} +
- run: find . -type f ! \( -iname "*.png" -o -iname "*.svg" -o -iname "*.webp" -o -iname "*.ico" -iname "*.jpeg" -iname "*.jpg" \) ! -path "./.git/*" -exec rm -f {} +
- run: find . -type f ! \( -iname "*.png" -o -iname "*.svg" -o -iname "*.webp" -o -iname "*.ico" -o -iname "*.jpeg" -o -iname "*.jpg" \) ! -path "./.git/*" -exec rm -f {} +
- name: Create robots.txt to deny all
run: |
echo "User-agent: *" > robots.txt
Expand Down

0 comments on commit 4928d4c

Please sign in to comment.