Skip to content

Fix GitHub workflow trigger branch name #2

Fix GitHub workflow trigger branch name

Fix GitHub workflow trigger branch name #2

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