Skip to content

Commit

Permalink
Push doc to the yogcrypt/doc repo
Browse files Browse the repository at this point in the history
  • Loading branch information
mssun committed Aug 19, 2018
1 parent 5b4f404 commit 51f415e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Expand Up @@ -32,6 +32,16 @@ matrix:
- cargo deadlinks --dir target/doc
after_success:
- travis-cargo --only nightly doc-upload
deploy:
provider: pages
local-dir: target/doc
skip-cleanup: true
verbose: true
repo: yogcrypt/doc
target-branch: master
github-token: $GH_TOKEN
on:
branch: master
- rust: nightly
env: TARGET=x86_64-unknown-linux-gnu FMT=1 CLIPPY=1
before_install:
Expand Down

0 comments on commit 51f415e

Please sign in to comment.