Skip to content

Commit 7a9ae1a

Browse files
committed
Remove ghp git clone before ghp-upload try#2
1 parent b6fe15e commit 7a9ae1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ install:
1010
- (test -x $HOME/.cargo/bin/cargo-ghp-upload || cargo install --version $GHP_UPLOAD cargo-ghp-upload)
1111

1212
before_script:
13-
- rm -rf $CARGO_MANIFEST_DIR/target/ghp
13+
- rm -rf target
1414

1515
script:
1616
- mdbook build && touch book/.nojekyll && cargo ghp-upload --directory book -vvvv

0 commit comments

Comments
 (0)