Skip to content

Use pip3 newest doxypypy #31

Use pip3 newest doxypypy

Use pip3 newest doxypypy #31

Workflow file for this run

name: CI
on:
push:
branches:
- main
- make-api-reference-available
jobs:
doc-build:
runs-on: ubuntu-latest
steps:
- name: Install Doxypypy
run: sudo apt-get install python3 -y
| sudo apt-get install python3-pip -y
| sudo pip3 install doxypypy --root-user-action=ignore
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