Skip to content

Normative: Refactor shared struct creation; add Atomics.Mutex #24

Normative: Refactor shared struct creation; add Atomics.Mutex

Normative: Refactor shared struct creation; add Atomics.Mutex #24

Workflow file for this run

name: Deploy spec
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: lts/*
- run: npm install
- run: npm run build
- name: Publish HTML to GitHub Pages
if: github.ref == 'refs/heads/main'
uses: peaceiris/actions-gh-pages@v3
with:
publish_dir: ./build
github_token: ${{ secrets.GITHUB_TOKEN }}