Skip to content

Merge pull request #86 from robinst/bump-gh-pages-action #72

Merge pull request #86 from robinst/bump-gh-pages-action

Merge pull request #86 from robinst/bump-gh-pages-action #72

Workflow file for this run

name: gh-pages
on:
push:
branches:
- main
jobs:
demo:
name: wasm demo
runs-on: ubuntu-latest
defaults:
run:
working-directory: demo
steps:
- uses: actions/checkout@v4
# Waiting for new wasm-bindgen release to run with newer rust:
# https://github.com/rustwasm/wasm-bindgen/issues/4211
- uses: dtolnay/[email protected]
- run: yarn
- run: yarn build
- name: Deploy to gh-pages
uses: JamesIves/[email protected]
with:
token: ${{ secrets.ACCESS_TOKEN }}
branch: gh-pages
folder: demo/dist
clean: true