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 codecov
|
||||
# MKDOCS
|
||||
- make ci_generate_docs
|
||||
# - make ci_generate_docs
|
||||
|
||||
deploy:
|
||||
provider: pages
|
||||
|
@ -45,4 +45,4 @@ deploy:
|
|||
github-token: $GITHUB_TOKEN # Set in the settings page of your repository, as a secure variable
|
||||
keep-history: true
|
||||
on:
|
||||
branch: master
|
||||
branch: master
|
||||
|
|
Loading…
Reference in New Issue