Update docs workflow: install doxygen via apt, run via pre-build-command #7823
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Build Docs | |
| on: | |
| pull_request: | |
| merge_group: | |
| push: | |
| branches: [main] | |
| tags: | |
| - '*' | |
| env: | |
| FORCE_COLOR: 1 | |
| jobs: | |
| Docs: | |
| uses: tskit-dev/.github/.github/workflows/docs.yml@main | |
| with: | |
| pyproject-directory: python | |
| additional-apt-packages: doxygen | |
| pre-build-command: doxygen docs/doxygen/Doxyfile |