updated travis settings
This commit is contained in:
@@ -13,13 +13,13 @@ before_script:
|
|||||||
- cargo install-update -a
|
- cargo install-update -a
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- mdbook build path/to/mybook && mdbook test path/to/mybook
|
- mdbook build ./ && mdbook test ./
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
provider: pages
|
provider: pages
|
||||||
skip-cleanup: true
|
skip-cleanup: true
|
||||||
github-token: $GITHUB_TOKEN
|
github-token: $GITHUB_TOKEN
|
||||||
local-dir: path/to/mybook/book
|
local-dir: ./book
|
||||||
keep-history: false
|
keep-history: false
|
||||||
on:
|
on:
|
||||||
branch: gh-pages
|
branch: gh-pages
|
||||||
Reference in New Issue
Block a user