CI: build 0.4 docs from the v0.4.x branch

instead of using a specific tag; this way documentation changes done to the
v0.4.x branch will show up on the site as soon as they land -- right now they
require publishing a new v0.4.x release on crates.io and manually updating the
`after-success.sh` build script on master
This commit is contained in:
Jorge Aparicio 2019-10-25 13:57:18 -05:00
parent f9b30a1ff8
commit 3dd6df0bd0

View file

@ -3,7 +3,7 @@ set -euxo pipefail
main() {
local langs=( en ru )
local latest=0.5
local vers=( 0.4.3 )
local vers=( 0.4.x )
rm -f .cargo/config
cargo doc