mirror of
https://github.com/thiagoralves/OpenPLC_v3.git
synced 2025-05-09 04:41:06 +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
|
- doxygen
|
||||||
|
|
||||||
script:
|
script:
|
||||||
# - docker build .
|
- docker build .
|
||||||
- doxygen doxygen.conf
|
- doxygen doxygen.conf
|
||||||
|
|
||||||
deploy:
|
#deploy:
|
||||||
provider: pages
|
# provider: pages
|
||||||
skip_cleanup: true
|
# skip_cleanup: true
|
||||||
local_dir: public
|
# local_dir: public
|
||||||
github_token: $GITHUB_TOKEN
|
# github_token: $GITHUB_TOKEN
|
||||||
keep-history: true
|
# keep-history: true
|
||||||
on:
|
# on:
|
||||||
branch: master
|
# branch: master
|
||||||
|
Loading…
x
Reference in New Issue
Block a user