diff options
| author | Henrik Tjäder <henrik@tjaders.com> | 2023-02-08 20:09:37 +0100 |
|---|---|---|
| committer | Henrik Tjäder <henrik@tjaders.com> | 2023-03-01 00:35:18 +0100 |
| commit | 22544c3ba1d8ed53e6595c020e0f709877927a2c (patch) | |
| tree | 8e8dba7e569c4d2b2fb439c398c2f63b98113ed7 | |
| parent | fb203dc4b764c09e2143cadb1491bf523ecd8421 (diff) | |
CI: Docs use underscore, not hyphen
| -rw-r--r-- | .github/workflows/build.yml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8c5cc04..795532e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: |
