Skip to content

update documentation links #72

update documentation links

update documentation links #72

Workflow file for this run

on:
pull_request:
branches:
- '**'
jobs:
check:
name: Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
cache: npm
node-version: 16
- run: npm install --frozen-lockfile
- run: npm run build