Skip to content

Commit

Permalink
Fix build invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
septatrix committed May 7, 2024
1 parent 15bdbac commit 3be57a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Create wasm package and build page
run: |
pnpm exec wasm-pack build
pnpm build -- --base="./"
pnpm build --base="./"
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit 3be57a7

Please sign in to comment.