mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
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
This commit is contained in:
parent
f9b30a1ff8
commit
3dd6df0bd0
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