diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 118ce1d..2fc8c96 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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