Merge pull request #34 from shrmrf/master

GITHUB_TOKEN not defined on main repo
This commit is contained in:
Thiago Alves 2019-02-07 19:34:08 -02:00 committed by GitHub
commit 9caa392268
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 9 deletions

View File

@ -9,14 +9,14 @@ addons:
- doxygen
script:
# - docker build .
- docker build .
- doxygen doxygen.conf
deploy:
provider: pages
skip_cleanup: true
local_dir: public
github_token: $GITHUB_TOKEN
keep-history: true
on:
branch: master
#deploy:
# provider: pages
# skip_cleanup: true
# local_dir: public
# github_token: $GITHUB_TOKEN
# keep-history: true
# on:
# branch: master