There was an error while loading. Please reload this page.
1 parent b6fe15e commit 7a9ae1aCopy full SHA for 7a9ae1a
.travis.yml
@@ -10,7 +10,7 @@ install:
10
- (test -x $HOME/.cargo/bin/cargo-ghp-upload || cargo install --version $GHP_UPLOAD cargo-ghp-upload)
11
12
before_script:
13
- - rm -rf $CARGO_MANIFEST_DIR/target/ghp
+ - rm -rf target
14
15
script:
16
- mdbook build && touch book/.nojekyll && cargo ghp-upload --directory book -vvvv
0 commit comments