Skip to content

Use pip3 newest doxypypy #40

Use pip3 newest doxypypy

Use pip3 newest doxypypy #40

Workflow file for this run

name: CI
on:
push:
branches:
- main
- make-api-reference-available
jobs:
doc-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Install Doxypypy
run: pip3 install doxypypy
shell: bash
- name: Doxygen Deploy Action
uses: DenverCoder1/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages
folder: docs/dev/html
config_file: Doxyfile