Skip to content

[minor] add assertSnapshot and snapshotCases to @augment-vir/test #15

[minor] add assertSnapshot and snapshotCases to @augment-vir/test

[minor] add assertSnapshot and snapshotCases to @augment-vir/test #15

name: build-for-gh-pages
on:
push:
branches:
- dev
permissions:
contents: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build-for-gh-pages:
runs-on: 'ubuntu-latest'
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
node-version-file: '.nvmrc'
- name: build
run: |
npm ci
npm run docs
- uses: JamesIves/[email protected]
with:
branch: 'gh-pages'
folder: 'dist-docs'