mirror of
https://github.com/isar/rusqlite.git
synced 2025-01-19 22:00:50 +08:00
Add limits
feature to doc-publishing script
This commit is contained in:
parent
acf612985e
commit
321dfff41a
@ -8,7 +8,7 @@ fi
|
||||
|
||||
cd $(git rev-parse --show-toplevel)
|
||||
rm -rf target/doc/
|
||||
rustup run nightly cargo doc --no-deps --features "backup blob chrono functions load_extension serde_json trace"
|
||||
rustup run nightly cargo doc --no-deps --features "backup blob chrono functions limits load_extension serde_json trace"
|
||||
echo '<meta http-equiv=refresh content=0;url=rusqlite/index.html>' > target/doc/index.html
|
||||
ghp-import target/doc
|
||||
git push origin gh-pages:gh-pages
|
||||
|
Loading…
x
Reference in New Issue
Block a user