Skip to content

Update README.md to remove upper bound on time in benchmark plots #65

Update README.md to remove upper bound on time in benchmark plots

Update README.md to remove upper bound on time in benchmark plots #65

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