Skip to content

github actions refactored #1

github actions refactored

github actions refactored #1

Workflow file for this run

name: Docs Test Build
on:
pull_request:
types: [opened, synchronize, reopened]
push:
branches: [main]
doc-check:
runs-on: ubuntu-22.04
steps:
- name: Check out the repository
uses: actions/checkout@v4
- name: Set up the project
uses: ./.github/actions/setup-project
- name: Test the doc build
run: |
make doc-build