Skip to content

Merge pull request #60 from marrts/fix/prefix_docker_build #13

Merge pull request #60 from marrts/fix/prefix_docker_build

Merge pull request #60 from marrts/fix/prefix_docker_build #13

Workflow file for this run

name: DeployDocumentation
on:
push:
branches:
- master
jobs:
deploy_documentation:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v1
- name: Build Doxygen Documentation
uses: mattnotmitt/doxygen-action@v1
with:
doxyfile-path: 'doxygen.config'
- name: Deploy Documentation
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs