Skip to content

Commit

Permalink
WORK
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesTaylor7 committed May 3, 2024
1 parent 8f6911b commit e862f99
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
- name: Build Rust
run: |
- cd wasm
- cargo build
cd wasm
cargo build
- name: Build JS
run: |
- npm i
- npx vite build
npm i
npx vite build
- name: Setup Pages
uses: actions/configure-pages@v3
Expand Down

0 comments on commit e862f99

Please sign in to comment.