Skip to content

Commit 2bdbb1a

Browse files
authored
Update check-documentation-links.yml
Fix ignore-list and line breaks
1 parent 8f61941 commit 2bdbb1a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/check-documentation-links.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,10 @@ jobs:
3535
with:
3636
python-version: "3.10"
3737
- name: Check available links in documentation
38-
run: 'python core/org.jcryptool.releng/helper/link_availability_checker.py --summary --results-dead --result-paths -i ignored_links.txt core crypto'
38+
run: >-
39+
python core/org.jcryptool.releng/helper/link_availability_checker.py
40+
--summary
41+
--results-dead
42+
--result-paths -i core/org.jcryptool.releng/helper/ignored_links.txt
43+
core
44+
crypto

0 commit comments

Comments
 (0)