Skip to content

fix: Minor fixes for 1.0 and 1.0.1 #165

fix: Minor fixes for 1.0 and 1.0.1

fix: Minor fixes for 1.0 and 1.0.1 #165

Workflow file for this run

name: Test deployment
on:
pull_request:
branches: [main, development]
paths:
- 'docs/**'
- 'versioned_docs/**'
- 'src/**'
workflow_dispatch:
jobs:
test-deploy:
name: Test deployment
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18.x
cache: yarn
- name: Test build
working-directory: docs
run: |
yarn install
yarn build