updated travis settings

This commit is contained in:
Carl Fredrik Samson
2020-01-25 15:44:13 +01:00
parent fba6f649f1
commit dec0d14f2f

View File

@@ -13,13 +13,13 @@ before_script:
- cargo install-update -a
script:
- mdbook build path/to/mybook && mdbook test path/to/mybook
- mdbook build ./ && mdbook test ./
deploy:
provider: pages
skip-cleanup: true
github-token: $GITHUB_TOKEN
local-dir: path/to/mybook/book
local-dir: ./book
keep-history: false
on:
branch: gh-pages