Skip to content

Bump wasm-bindgen from 0.2.88 to 0.2.89 (#63) #44

Bump wasm-bindgen from 0.2.88 to 0.2.89 (#63)

Bump wasm-bindgen from 0.2.88 to 0.2.89 (#63) #44

Workflow file for this run

name: Doc
on:
push:
branches:
- master
jobs:
Doc:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build Documentation
run: cargo doc --all --no-deps
- name: Deploy Docs
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: gh-pages
publish_dir: ./target/doc
force_orphan: true