Skip to content

Merge pull request #50 from hytech-racing/docs #5

Merge pull request #50 from hytech-racing/docs

Merge pull request #50 from hytech-racing/docs #5

Workflow file for this run

name: Doxygen GitHub Pages Deploy Action
on: [push, pull_request]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: DenverCoder1/doxygen-github-pages-action@v1.3.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages
folder: docs/html
config_file: docs/Doxyfile