aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index b24ca32..c8dc35b 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -375,7 +375,7 @@ jobs:
pushd $src
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
sed 's|URL|rtic/index.html|g' $webroot/redirect.html > $webroot/$ver/api/index.html
popd