Skip to content

Commit

Permalink
Merge #266
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
bors[bot] and japaric committed Nov 6, 2019
2 parents 2cae8c3 + 3dd6df0 commit 72e84cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/after-success.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 72e84cb

Please sign in to comment.