diff options
author | 2019-11-06 20:53:56 +0000 | |
---|---|---|
committer | 2019-11-06 20:53:56 +0000 | |
commit | 72e84cb297ef06d9496d18402bc8ea2d88cd1665 (patch) | |
tree | c3f4c7c84c5a103dd2c3b6d0d8aa1d6d7929c9bf | |
parent | 2cae8c3e8b2065452c48688cd1b864414afed1dd (diff) | |
parent | 3dd6df0bd00f4d1f6b4c5a721caf8ec9e33fc407 (diff) | |
download | rtic-72e84cb297ef06d9496d18402bc8ea2d88cd1665.tar.gz rtic-72e84cb297ef06d9496d18402bc8ea2d88cd1665.tar.zst rtic-72e84cb297ef06d9496d18402bc8ea2d88cd1665.zip |
Merge #266
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>
Diffstat (limited to '')
-rw-r--r-- | ci/after-success.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/after-success.sh b/ci/after-success.sh index e18cbb15..f5339356 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 |