Skip to content

Bump thiserror from 1.0.48 to 1.0.49 (#47) #134

Bump thiserror from 1.0.48 to 1.0.49 (#47)

Bump thiserror from 1.0.48 to 1.0.49 (#47) #134

Workflow file for this run

name: Web
on:
push:
branches: [main]
pull_request:
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install wasm-pack
uses: jetli/[email protected]
- name: Build with wasm-pack
working-directory: aarch64-esr-web
run: wasm-pack build
- name: NPM install and build
working-directory: aarch64-esr-web
run: |
npm install
npm run build
- name: Deploy to GitHub Pages
if: ${{ github.event_name == 'push' }}
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: aarch64-esr-web/dist