Skip to content

Commit

Permalink
Try again
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesTaylor7 committed May 3, 2024
1 parent cfb17fc commit 1fcf8a7
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: jetli/[email protected]
with:
toolchain: nightly
components: wasm-pack
targets: wasm32-unknown-unknown

version: 'latest'
- name: Build
run: |
wasm-pack build --debug --target web
npm i
npx vite build
- name: Setup Pages
uses: actions/configure-pages@v3

Expand Down

0 comments on commit 1fcf8a7

Please sign in to comment.