Skip to content

Commit

Permalink
Tweak workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesTaylor7 committed May 2, 2024
1 parent ff53d2a commit 8d900bd
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,15 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Build
run: npm i && npx vite build
- name: Build Rust
run:
- cd wasm
- cargo build

- name: Build JS
run:
- npm i
- npx vite build

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

0 comments on commit 8d900bd

Please sign in to comment.