mirror of https://github.com/MISP/misp-modules
Change mkdocs deploy method
parent
5783a769c5
commit
680b5ed8e3
13
.travis.yml
13
.travis.yml
|
@ -31,9 +31,18 @@ script:
|
|||
- pipenv run nosetests --with-coverage --cover-package=misp_modules
|
||||
- kill -s KILL $pid
|
||||
- pipenv run flake8 --ignore=E501,W503 misp_modules
|
||||
# MKDOCS
|
||||
- make ci_generate_docs
|
||||
|
||||
after_success:
|
||||
- pipenv run coverage combine .coverage*
|
||||
- pipenv run codecov
|
||||
# MKDOCS
|
||||
- make ci_generate_docs
|
||||
|
||||
deploy:
|
||||
provider: pages
|
||||
local-dir: site
|
||||
skip-cleanup: true
|
||||
github-token: $GITHUB_TOKEN # Set in the settings page of your repository, as a secure variable
|
||||
keep-history: true
|
||||
on:
|
||||
branch: master
|
Loading…
Reference in New Issue