Skip to content

update xiplot

update xiplot #60

Workflow file for this run

name: gh-pages
on:
push:
branches:
- wasm
jobs:
release:
name: GitHub Pages
runs-on: ubuntu-latest
steps:
- name: Checkout the Repository
uses: actions/checkout@v3
with:
submodules: true
- name: Build the WASM version
run: |
pip install --upgrade pip
pip install --upgrade setuptools
make -B deploy
- name: Deploy the WASM version
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: gh-pages
publish_dir: ./dist