Skip to content

Dev ray

Dev ray #15

Workflow file for this run

name: Generate documentation
on:
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
generate-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Generate
uses: mattnotmitt/doxygen-action@v1
with:
doxyfile-path: ./Doxyfile
working-directory: ./doc/Doxygen
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./doc/Doxygen/html
enable_jekyll: true
allow_empty_commit: false
force_orphan: true
publish_branch: page