1
0
mirror of https://github.com/CLIUtils/CLI11.git synced 2025-05-08 07:43:52 +00:00

Fix token

This commit is contained in:
Henry Schreiner 2019-09-06 15:41:45 -04:00
parent efb99b97b3
commit 4660788c6f

View File

@ -107,7 +107,7 @@ script:
deploy:
- provider: pages
skip_cleanup: true
github_token: $GITHUB_REPO_TOKEN
github_token: ${GH_REPO_TOKEN}
keep_history: true
local_dir: ${TRAVIS_BUILD_DIR}/html
on: