Travis: build and deploy the book
This commit is contained in:
parent
c5e8eb4d5f
commit
eb4ef2f969
1 changed files with 11 additions and 0 deletions
11
.travis.yml
11
.travis.yml
|
@ -21,3 +21,14 @@ jobs:
|
||||||
- name: "Benchmarks"
|
- name: "Benchmarks"
|
||||||
script:
|
script:
|
||||||
- (cd benchmarks && cargo test --benches)
|
- (cd benchmarks && cargo test --benches)
|
||||||
|
- name: "Documentation"
|
||||||
|
script:
|
||||||
|
- (cd docs && make -j$(nproc))
|
||||||
|
deploy:
|
||||||
|
provider: pages
|
||||||
|
skip_cleanup: true
|
||||||
|
github_token: $GITHUB_TOKEN
|
||||||
|
fqdn: maud.lambda.xyz
|
||||||
|
local_dir: docs/site
|
||||||
|
on:
|
||||||
|
branch: master
|
||||||
|
|
Loading…
Add table
Reference in a new issue