mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
ci: Building older books can't use new features
This commit is contained in:
parent
1f0bc841e3
commit
78bdc2940f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -375,7 +375,7 @@ jobs:
|
||||||
|
|
||||||
pushd $src
|
pushd $src
|
||||||
rm -f .cargo/config
|
rm -f .cargo/config
|
||||||
cargo doc --features thumbv7-backend || cargo doc --features thumbv7-backend,timer-queue
|
cargo doc || cargo doc --features timer-queue
|
||||||
cp -r target/doc $webroot/$ver/api
|
cp -r target/doc $webroot/$ver/api
|
||||||
sed 's|URL|rtic/index.html|g' $webroot/redirect.html > $webroot/$ver/api/index.html
|
sed 's|URL|rtic/index.html|g' $webroot/redirect.html > $webroot/$ver/api/index.html
|
||||||
popd
|
popd
|
||||||
|
|
Loading…
Reference in a new issue