Skip to content

PR-48: Fix doxygen action #7

PR-48: Fix doxygen action

PR-48: Fix doxygen action #7

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: Doxygen Action
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Doxygen Action
uses: mattnotmitt/[email protected]
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./html