Skip to content

Merge pull request #63 from ewanwm/feature_pypi_distribution #74

Merge pull request #63 from ewanwm/feature_pypi_distribution

Merge pull request #63 from ewanwm/feature_pypi_distribution #74

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/doxygen-github-pages-action@v1.3.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
folder: doc/html
config_file: doc/doxygen.config
- run: ls
- run: ls doc/html