Skip to content

Fix #19

Fix #19 #14

Workflow file for this run

name: Publish Doxygen Documentation
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Create
uses: mattnotmitt/[email protected]
with:
doxyfile-path: "Doxyfile.dox"
working-directory: "doxygen"
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: doxygen/html