Skip to content

refactor: Make a base class for the generators in shipgen (#1047) #443

refactor: Make a base class for the generators in shipgen (#1047)

refactor: Make a base class for the generators in shipgen (#1047) #443

#name: Doxygen GitHub Pages Deploy Action
on:
push:
branches:
- master
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Install Graphviz
run: sudo apt-get install graphviz -y
shell: bash
- uses: DenverCoder1/doxygen-github-pages-action@v1.1.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages
folder: doxygen/html
config_file: doxygen/Doxyfile