Skip to content

convert regions from wasm #13

convert regions from wasm

convert regions from wasm #13

Workflow file for this run

name: Build + deploy to GitHub Pages
on:
push:
branches: [ main ]
pull_request:
branches: [ "**" ]
workflow_dispatch:
jobs:
build-and-deploy:
name: Build and deploy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 19
cache: 'npm'
- run: npm install
- run: npm run gha-export
- name: Deploy
uses: JamesIves/github-pages-deploy-action@4.1.1
with:
repository-name: ryan-williams/apvd
branch: gh-pages
folder: out
token: ${{ secrets.ghp_pat }} # expires 2023-11-16