mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
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>
This commit is contained in:
commit
72e84cb297
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue