Skip to content

Remove mention that shared structs can't have private fields #61

Remove mention that shared structs can't have private fields

Remove mention that shared structs can't have private fields #61

Workflow file for this run

name: Deploy spec
on:
push:
branches: [ main ]
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
uses: peaceiris/actions-gh-pages@v3
with:
publish_dir: ./build
keep_files: true
github_token: ${{ secrets.GITHUB_TOKEN }}