aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml6
1 files changed, 1 insertions, 5 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 164c538..222599e 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -436,12 +436,8 @@ jobs:
with:
tool: lychee
- - name: Remove cargo-config
- run: rm -f .cargo/config.toml
-
- name: Build docs
- # TODO: Any difference between backends?
- run: cargo doc --features thumbv7-backend
+ run: cargo xtask doc
- name: Check links
run: |