diff --git a/publish-ghp-docs.sh b/publish-ghp-docs.sh index c8fc790..a6883bc 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 blob" +rustup run nightly cargo doc --no-deps --features "backup blob chrono functions load_extension serde_json trace" echo '' > target/doc/index.html ghp-import target/doc git push origin gh-pages:gh-pages