Skip to content

36 ellipse bounding box #71

36 ellipse bounding box

36 ellipse bounding box #71

Workflow file for this run

name: Validate Documentation Build
on:
pull_request:
branches: [ master ]
jobs:
buildDocs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install NPM deps
run: npm install
- name: Build Docs
run: npm run build-docs