Skip to content

chore: GitHub Pages workflows #1

chore: GitHub Pages workflows

chore: GitHub Pages workflows #1

Workflow file for this run

name: Build docs website
on:
pull_request:
types:
- opened
- reopened
- synchronize
- ready_for_review
paths:
- "website/**"
jobs:
build-docs:
uses: ./.github/workflows/_build_website.yml