Skip to content

Bump codecov/codecov-action from 4 to 5 (#120) #282

Bump codecov/codecov-action from 4 to 5 (#120)

Bump codecov/codecov-action from 4 to 5 (#120) #282

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