From 3dd6df0bd00f4d1f6b4c5a721caf8ec9e33fc407 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Fri, 25 Oct 2019 13:57:18 -0500 Subject: [PATCH] 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 --- ci/after-success.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/after-success.sh b/ci/after-success.sh index e18cbb159b..f5339356c8 100644 --- a/ci/after-success.sh +++ b/ci/after-success.sh @@ -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