test out gh-pages

This commit is contained in:
T 2019-02-06 20:22:02 +01:00
parent 88a1f9cbc9
commit 70487305fe
1 changed files with 9 additions and 0 deletions

View File

@ -5,4 +5,13 @@ services:
script:
- docker build .
- doxygen doxygen.conf
deploy:
provider: pages
skip_cleanup: true
local_dir: docs/html
github_token: $GITHUB_TOKEN
keep-history: true
on:
branch: master