mirror of
https://github.com/thiagoralves/OpenPLC_v3.git
synced 2025-05-08 20:40:31 +08:00
GITHUB_TOKEN not defined on main repo
This commit is contained in:
parent
57b30f2078
commit
85a820efb0
18
.travis.yml
18
.travis.yml
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user