aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenrik Tjäder <henrik@tjaders.com>2024-04-05 07:22:11 +0200
committerGitHub <noreply@github.com>2024-04-05 05:22:11 +0000
commit56a3b9e5c89400d2312ede73edce51e75a690863 (patch)
tree14346f5e038ae330bc34cf3c7d0efb28ecb283c8
parent906278e31026df8874b1b1593af8f92ce6d7e247 (diff)
CI: docs: Use xtask doc (#901)
* CI: docs: Use xtask doc * CI: docs: Keep cargo-config Deleting it was relevant when it defined which target to build for etc.
-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: |