Skip to content

Do not break on missing hdlr box #90

Do not break on missing hdlr box

Do not break on missing hdlr box #90

Workflow file for this run

name: Doxygen
on:
push:
branches:
- 'development'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Doxygen Action
uses: mattnotmitt/[email protected]
with:
doxyfile-path: "./Doxyfile"
working-directory: "."
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./html/
enable_jekyll: false
allow_empty_commit: false
force_orphan: true
publish_branch: gh-pages