mirror of https://github.com/MISP/misp-modules
chg: [travis] mkdocs disabled for the time being
parent
7fd769efb9
commit
0d4d97feec
|
@ -36,7 +36,7 @@ after_success:
|
||||||
- pipenv run coverage combine .coverage*
|
- pipenv run coverage combine .coverage*
|
||||||
- pipenv run codecov
|
- pipenv run codecov
|
||||||
# MKDOCS
|
# MKDOCS
|
||||||
- make ci_generate_docs
|
# - make ci_generate_docs
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
provider: pages
|
provider: pages
|
||||||
|
@ -45,4 +45,4 @@ deploy:
|
||||||
github-token: $GITHUB_TOKEN # Set in the settings page of your repository, as a secure variable
|
github-token: $GITHUB_TOKEN # Set in the settings page of your repository, as a secure variable
|
||||||
keep-history: true
|
keep-history: true
|
||||||
on:
|
on:
|
||||||
branch: master
|
branch: master
|
||||||
|
|
Loading…
Reference in New Issue