Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Agustín Ramiro Díaz <agustin.ramiro.diaz@gmail.com>
  • Loading branch information
AgustinRamiroDiaz committed Aug 24, 2024
1 parent ea19db9 commit cf044de
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ jobs:
- name: Build the Rust WASM app and all of its assets
run: trunk build --public-url ${{ github.event.repository.name }} --release

- name: Optimize the Rust WASM app
uses: NiklasEi/wasm-opt-action@v2
with:
file: dist/*.wasm
optimize_all: true
# - name: Optimize the Rust WASM app
# uses: NiklasEi/wasm-opt-action@v2
# with:
# file: dist/*.wasm
# optimize_all: true

- name: Setup Pages
uses: actions/configure-pages@v5
Expand Down

0 comments on commit cf044de

Please sign in to comment.