From 0232b397239ac588dc8b70e1447d11b1be63afce Mon Sep 17 00:00:00 2001 From: Michael Zhang Date: Mon, 17 Sep 2018 22:54:31 -0500 Subject: [PATCH] f --- ci/book.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/book.sh b/ci/book.sh index 1c9d5e0..d4b6e1e 100755 --- a/ci/book.sh +++ b/ci/book.sh @@ -32,7 +32,7 @@ echo "" > index.html # For builds triggered by a tag, $TRAVIS_BRANCH will be set to the tag rm -rf "$TRAVIS_BRANCH" -cp -r ../target/doc/book "$TRAVIS_BRANCH" +cp -r ../../target/doc/book "$TRAVIS_BRANCH" git add --all git commit -m "Upload documentation for $TRAVIS_BRANCH"