Skip to content

Configuring actions #14

Configuring actions

Configuring actions #14

name: Doxygen GitHub Pages Deploy Action
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: twardokus/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: docs
folder: docs/html
config_file: docs/Doxyfile