mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
CI: Docs use underscore, not hyphen
This commit is contained in:
parent
fb203dc4b7
commit
22544c3ba1
1 changed files with 7 additions and 7 deletions
14
.github/workflows/build.yml
vendored
14
.github/workflows/build.yml
vendored
|
@ -418,14 +418,14 @@ jobs:
|
|||
run: |
|
||||
td=$(mktemp -d)
|
||||
cp -r target/doc $td/api
|
||||
linkchecker $td/api/rtic
|
||||
linkchecker $td/api/rtic/
|
||||
linkchecker $td/api/rtic_macros/
|
||||
linkchecker $td/api/rtic-arbiter/
|
||||
linkchecker $td/api/rtic-channel/
|
||||
linkchecker $td/api/rtic-common/
|
||||
linkchecker $td/api/rtic-macros/
|
||||
linkchecker $td/api/rtic-monotonics/
|
||||
linkchecker $td/api/rtic-time/
|
||||
linkchecker $td/api/rtic_arbiter/
|
||||
linkchecker $td/api/rtic_channel/
|
||||
linkchecker $td/api/rtic_common/
|
||||
linkchecker $td/api/rtic_macros/
|
||||
linkchecker $td/api/rtic_monotonics/
|
||||
linkchecker $td/api/rtic_time/
|
||||
|
||||
# Build the books
|
||||
mdbook:
|
||||
|
|
Loading…
Reference in a new issue