Skip to content

Version Packages

Version Packages #196

Workflow file for this run

name: GitHub Pages
on:
push:
branches: [ master ]
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: yarn install --frozen-lockfile
- run: npx wsrun -mpc build
- name: GitHub Pages
uses: crazy-max/[email protected]
with:
build_dir: dist
jekyll: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}