Skip to content

Merge pull request #53 from redBorder/add_doxygen_doc #9

Merge pull request #53 from redBorder/add_doxygen_doc

Merge pull request #53 from redBorder/add_doxygen_doc #9

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: Doxygen Action
on:
push:
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