From 56a3b9e5c89400d2312ede73edce51e75a690863 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Tj=C3=A4der?= Date: Fri, 5 Apr 2024 07:22:11 +0200 Subject: [PATCH] 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. --- .github/workflows/build.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 164c538e98..222599e245 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: |