Merge #404
404: rj/fix/docs r=jordens a=jordens - make bors wait for doc CI - deadlinks: also check http Co-authored-by: Robert Jördens <rj@quartiq.de>
This commit is contained in:
commit
4828a45ca9
|
@ -5,5 +5,6 @@ status = [
|
||||||
"style",
|
"style",
|
||||||
"test (stable)",
|
"test (stable)",
|
||||||
"compile (stable)",
|
"compile (stable)",
|
||||||
|
"doc",
|
||||||
"HITL Run Status"
|
"HITL Run Status"
|
||||||
]
|
]
|
||||||
|
|
|
@ -124,7 +124,7 @@ jobs:
|
||||||
command: deadlinks
|
command: deadlinks
|
||||||
# We intentionally ignore fragments, as RTIC may generate fragments for various
|
# We intentionally ignore fragments, as RTIC may generate fragments for various
|
||||||
# auto-generated code.
|
# auto-generated code.
|
||||||
args: --dir target/thumbv7em-none-eabihf/doc --ignore-fragments
|
args: --dir target/thumbv7em-none-eabihf/doc --ignore-fragments --check-http --check-intra-doc-links
|
||||||
|
|
||||||
- name: Move firmware documents
|
- name: Move firmware documents
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue