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 12, 2024
1 parent 0c1c606 commit e7dd5f5
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 @@ -109,7 +109,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
- run: git branch -D gh-pages
- 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" \) -exec rm -f {} +
Expand Down

0 comments on commit e7dd5f5

Please sign in to comment.