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