Skip to content

Update to latest wgpu 0.20 #147

Update to latest wgpu 0.20

Update to latest wgpu 0.20 #147

Workflow file for this run

name: Deploy to GH Pages
on:
push:
branches: [ master ]
env:
RUST_VERSION: 1.71
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install wasm target
run: rustup target add wasm32-unknown-unknown
- name: Install wasm-bindgen-cli
run: cargo install wasm-bindgen-cli --version=0.2.90
- name: Build WASM
run: |
sh build-wasm.sh
- name: Install and Build vitepress
run: |
npm install
npm run just-build
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4.4.1
with:
branch: gh-pages
folder: docs/.vitepress/dist