Skip to content

A few tweaks to nearby words and add a bunch of categories #14

A few tweaks to nearby words and add a bunch of categories

A few tweaks to nearby words and add a bunch of categories #14

name: Deploy demo
on:
push:
branches: [main]
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
target: wasm32-unknown-unknown
- uses: jetli/trunk-action@v0.1.0
- uses: jetli/wasm-bindgen-action@v0.1.0
- uses: actions/checkout@v2
- run: cd parser_demo && trunk build --release
- uses: peaceiris/actions-gh-pages@v3
if: github.ref == 'refs/heads/main'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./parser_demo/dist