Skip to content

Factor out read_utf8_or_die #692

Factor out read_utf8_or_die

Factor out read_utf8_or_die #692

Workflow file for this run

name: Deploy Website
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: extractions/setup-just@v1
- uses: jetli/[email protected]
with:
version: 'v0.12.1'
- run: just wasm
- run: rm website/pkg/.gitignore
- name: Deploy to GitHub pages
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: website
single-commit: true
force: true