Skip to content

Doc versions and response section #15

Doc versions and response section

Doc versions and response section #15

name: Build and test PRs with docs
on:
pull_request:
paths:
- docs/**
jobs:
docs:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v4
-
name: Build docs
run: |
cd docs
yarn install
yarn build