Skip to content

README: Add note about customization #6

README: Add note about customization

README: Add note about customization #6

Workflow file for this run

name: Deploy documentation in Pages
on:
push:
branches:
- master
workflow_dispatch:
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/build/html
config_file: docs/Doxyfile