Skip to content

Commit

Permalink
Fix WASM build in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
juntyr committed May 24, 2023
1 parent ca5290f commit a3048e4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ jobs:
submodules: true

- name: Build the WASM version
run: make -B deploy
run: |
pip install --upgrade pip
pip install --upgrade setuptools
make -B deploy
- name: Deploy the WASM version
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit a3048e4

Please sign in to comment.