Skip to content

refactor: use legacy v0.45 / v0.46 docs #82

refactor: use legacy v0.45 / v0.46 docs

refactor: use legacy v0.45 / v0.46 docs #82

Workflow file for this run

name: Test deployment
on:
push:
branches:
- main
pull_request:
jobs:
test-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16.x
cache: npm
- run: |
chmod +x build-docs.sh
./build-docs.sh
- run: yarn install --frozen-lockfile
- run: yarn build