Skip to content

Add pdoc integration in GitHub workflows #418

Add pdoc integration in GitHub workflows

Add pdoc integration in GitHub workflows #418

Workflow file for this run

name: Pull Request
on:
pull_request: {}
push:
branches:
- main
workflow_dispatch: {}
jobs:
run-tests:
uses: "./.github/workflows/testing.yaml"
build-docs:
name: Build docs with pdoc
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build docs with pdoc
uses: "./.github/actions/build-docs"