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.
This commit is contained in:
Henrik Tjäder 2024-04-05 07:22:11 +02:00 committed by GitHub
parent 906278e310
commit 56a3b9e5c8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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