Skip to content

Include action to generate documentation as github page #1

Include action to generate documentation as github page

Include action to generate documentation as github page #1

name: Doxygen GitHub Pages Deploy Action
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: DenverCoder1/doxygen-github-pages-action@v1.3.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
folder: documentation/html