We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 448f481 commit 56b3424Copy full SHA for 56b3424
.github/workflows/ci-linkchecks.yml
@@ -26,7 +26,7 @@ jobs:
26
with:
27
title: Link Checker Report
28
content-filepath: ./lychee/out.md
29
- labels: report, automated issue
+ labels: ["Bot", "Type: Documentation", "Type: Bug"]
30
31
- name: Fail Workflow On Link Errors
32
if: steps.lychee.outputs.exit_code != 0
.lycheeignore
@@ -46,7 +46,7 @@ https://www.flaticon.com
46
https://www.thing.com
47
48
# DEAD, todo:remove, used in docs/src/userguide/plotting_a_cube.rst
49
-https://www.personal.psu.edu/cab38/ColorBrewer/ColorBrewer_updates.html
+#https://www.personal.psu.edu/cab38/ColorBrewer/ColorBrewer_updates.html
50
51
# nonfunctional, found in some code examples
52
https://www.somehost.com
0 commit comments