266: CI: build 0.4 docs from the v0.4.x branch r=korken89 a=japaric

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

Co-authored-by: Jorge Aparicio <jorge@japaric.io>
This commit is contained in:
bors[bot] 2019-11-06 20:53:56 +00:00 committed by GitHub
commit 72e84cb297
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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