Skip to content

Commit

Permalink
test browser version
Browse files Browse the repository at this point in the history
  • Loading branch information
helio-frota committed Oct 21, 2024
1 parent bfd3c37 commit 5a02a13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: rustup toolchain install stable --profile minimal --target wasm32-unknown-unknown --no-self-update
- uses: Swatinem/rust-cache@v2
- name: Format
run: cargo fmt --check
Expand All @@ -28,7 +29,7 @@ jobs:
cp ./target/wasm32-unknown-unknown/release/tuco.wasm ./deploy/
cp index.html ./deploy/
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./deploy

0 comments on commit 5a02a13

Please sign in to comment.