deploy docs to gh-pages

This commit is contained in:
Alex Bates 2020-10-20 18:46:50 +01:00
parent 40e3ae5618
commit c648cb6b69
No known key found for this signature in database
GPG Key ID: 5E11C2DB78877706

21
.github/workflows/docs.yaml vendored Normal file
View File

@ -0,0 +1,21 @@
name: Doxygen
on:
push:
branches:
- master
jobs:
deploy:
name: Build and deploy documentation
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
uses: mattnotmitt/doxygen-action@v1
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/doxygen