Skip to content

fixes #40: account for mutation of map in getOrInsertComputed callbac… #3

fixes #40: account for mutation of map in getOrInsertComputed callbac…

fixes #40: account for mutation of map in getOrInsertComputed callbac… #3

Workflow file for this run

name: Deploy gh-pages
on:
push:
branches:
- main
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: >
npm ci --no-audit && npm run build
- uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: dist
clean: true