Skip to content

Update README.md

Update README.md #111

Workflow file for this run

name: Documentation generation
on:
push:
branches:
- master
jobs:
generate_doc:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Doxygen Action
uses: mattnotmitt/[email protected]
with:
working-directory: 'doc/api_doc'
doxyfile-path: './doxyfile'
- run: ls -la doc
- run: ls -la doc/html
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./doc/html