GITHUB_TOKEN not defined on main repo

This commit is contained in:
T 2019-02-07 22:26:14 +01:00
parent 57b30f2078
commit 85a820efb0
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