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: |