Skip to content

Merge pull request #64 from ewanwm/feature_dynamic_python_module_vers… #75

Merge pull request #64 from ewanwm/feature_dynamic_python_module_vers…

Merge pull request #64 from ewanwm/feature_dynamic_python_module_vers… #75

name: Doxygen GitHub Pages Deploy Action
permissions:
contents: write
on:
push:
branches:
- main
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- run: sudo apt-get update
- run: sudo apt-get install -y texlive
- run: sudo apt-get install -y libjs-mathjax
- uses: DenverCoder1/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
folder: doc/html
config_file: doc/doxygen.config
- run: ls
- run: ls doc/html