mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 12:12:50 +01:00
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:
parent
906278e310
commit
56a3b9e5c8
1 changed files with 1 additions and 5 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Reference in a new issue