mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-22 16:29:20 +08:00
Update feature list in doc-publishing script
This commit is contained in:
parent
261f82ef73
commit
0dfaf2816f
@ -8,7 +8,7 @@ fi
|
|||||||
|
|
||||||
cd $(git rev-parse --show-toplevel)
|
cd $(git rev-parse --show-toplevel)
|
||||||
rm -rf target/doc/
|
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 '<meta http-equiv=refresh content=0;url=rusqlite/index.html>' > target/doc/index.html
|
echo '<meta http-equiv=refresh content=0;url=rusqlite/index.html>' > target/doc/index.html
|
||||||
ghp-import target/doc
|
ghp-import target/doc
|
||||||
git push origin gh-pages:gh-pages
|
git push origin gh-pages:gh-pages
|
||||||
|
Loading…
Reference in New Issue
Block a user