mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-14 09:32:22 +00:00
Haddock always generates 404 links. Sigh. Disable 404 checking for api docs.
This commit is contained in:
parent
2b0d2d74f2
commit
fb6d81ad31
1 changed files with 3 additions and 2 deletions
5
.github/workflows/site-checks.yml
vendored
5
.github/workflows/site-checks.yml
vendored
|
|
@ -29,8 +29,9 @@ jobs:
|
|||
run: checklink --quiet --broken "https://reanimate.github.io/" >> failures.txt
|
||||
- name: Check links at reanimate.readthedocs.io
|
||||
run: checklink --quiet --broken "https://reanimate.readthedocs.io/" >> failures.txt
|
||||
- name: Check links in haddock docs
|
||||
run: checklink --quiet --broken "https://hackage.haskell.org/package/reanimate/docs/Reanimate.html" >> failures.txt
|
||||
# Haddock generates 404 links by default. :(
|
||||
#- name: Check links in haddock docs
|
||||
# run: checklink --quiet --broken "https://hackage.haskell.org/package/reanimate/docs/Reanimate.html" >> failures.txt
|
||||
- name: Check for failures
|
||||
run: |
|
||||
if [ -s failures.txt ]; then
|
||||
|
|
|
|||
Loading…
Reference in a new issue