Skip to content

Commit

Permalink
fix(ci): remove manual gzip compression
Browse files Browse the repository at this point in the history
  • Loading branch information
tsinis committed Nov 1, 2023
1 parent 3f7b16a commit 38c5fe9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/deploy_example_web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@ jobs:
working-directory: packages/world_countries/example/build/web_wasm
run: rm -rf assets/packages && rm -rf assets/assets

- name: 🗜️ Gzip compression
working-directory: packages/world_countries/example/build/web_wasm
run: find . -type f -exec gzip "{}" \; -exec mv "{}.gz" "{}" \;

- name: 🛫 Deploy website to GH Pages
uses: s0/[email protected]
env:
Expand Down

0 comments on commit 38c5fe9

Please sign in to comment.