Deploy master docs to master folder
This commit is contained in:
parent
cfce42ae0b
commit
1b5283a3b0
@ -8,8 +8,8 @@ cd deploy_docs
|
|||||||
git config user.name "Steven Fackler"
|
git config user.name "Steven Fackler"
|
||||||
git config user.email "sfackler@gmail.com"
|
git config user.email "sfackler@gmail.com"
|
||||||
|
|
||||||
rm -rf doc
|
rm -rf doc/master
|
||||||
mv ../target/doc .
|
mv ../target/doc doc/master
|
||||||
|
|
||||||
git add -A .
|
git add -A .
|
||||||
git commit -m "rebuild pages at ${TRAVIS_COMMIT}"
|
git commit -m "rebuild pages at ${TRAVIS_COMMIT}"
|
||||||
|
@ -5,7 +5,7 @@ authors = ["Steven Fackler <sfackler@gmail.com>"]
|
|||||||
license = "MIT"
|
license = "MIT"
|
||||||
description = "A native PostgreSQL driver"
|
description = "A native PostgreSQL driver"
|
||||||
repository = "https://github.com/sfackler/rust-postgres"
|
repository = "https://github.com/sfackler/rust-postgres"
|
||||||
documentation = "https://sfackler.github.io/rust-postgres/doc/postgres"
|
documentation = "https://sfackler.github.io/rust-postgres/doc/master/postgres"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
keywords = ["database", "sql"]
|
keywords = ["database", "sql"]
|
||||||
build = "build.rs"
|
build = "build.rs"
|
||||||
|
@ -42,7 +42,7 @@
|
|||||||
//! }
|
//! }
|
||||||
//! }
|
//! }
|
||||||
//! ```
|
//! ```
|
||||||
#![doc(html_root_url="https://sfackler.github.io/rust-postgres/doc")]
|
#![doc(html_root_url="https://sfackler.github.io/rust-postgres/doc/master")]
|
||||||
#![warn(missing_docs)]
|
#![warn(missing_docs)]
|
||||||
|
|
||||||
extern crate bufstream;
|
extern crate bufstream;
|
||||||
|
Loading…
Reference in New Issue
Block a user