Skip to content

Commit

Permalink
keep the .sha256 file
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianoEger committed Jun 13, 2024
1 parent 0783b5d commit 16e92da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
with:
files: |
data/decoders.db
data/decoders.db.sha256
decoders.db.sha256
assets:
runs-on: ubuntu-latest
needs: release
Expand All @@ -95,7 +95,7 @@ jobs:
uses: actions/checkout@v4
- run: git branch -D gh-pages || true
- run: git checkout --orphan gh-pages
- run: find . -mindepth 1 -maxdepth 1 ! -name 'decoders' ! -name '.git' ! -name 'decoders.db.sha256' -exec rm -rf {} +
- run: find . -mindepth 1 -maxdepth 1 ! -name 'decoders' ! -name '.git' -exec rm -rf {} +
- run: find . -type f ! \( -iname "*.png" -o -iname "*.svg" \) ! -path "./.git/*" -exec rm -f {} +
- name: Create robots.txt to deny all
run: |
Expand Down

0 comments on commit 16e92da

Please sign in to comment.