Use pip3 newest doxypypy #31
Workflow file for this run
This file contains 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: 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 |