From 840a86a883456aadfd75d043eebede85c3eae539 Mon Sep 17 00:00:00 2001 From: John Gallagher Date: Thu, 7 Jan 2016 11:32:56 -0500 Subject: [PATCH] Add blob feature to doc-publishing script --- publish-ghp-docs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publish-ghp-docs.sh b/publish-ghp-docs.sh index de31a13..c8fc790 100755 --- a/publish-ghp-docs.sh +++ b/publish-ghp-docs.sh @@ -8,7 +8,7 @@ fi cd $(git rev-parse --show-toplevel) rm -rf target/doc/ -multirust run nightly cargo doc --no-deps --features "backup cache functions load_extension trace" +multirust run nightly cargo doc --no-deps --features "backup cache functions load_extension trace blob" echo '' > target/doc/index.html ghp-import target/doc git push origin gh-pages:gh-pages