Skip to content

Fix SRSW atomic -> MRSW atomic #5

Fix SRSW atomic -> MRSW atomic

Fix SRSW atomic -> MRSW atomic #5

Workflow file for this run

name: ci
on:
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
concurrency: ci-${{ github.ref }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 21
- name: Build
run: |
npm install
npm run build:gh-pages
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: dist