Skip to content

Commit

Permalink
Update check-documentation-links.yml
Browse files Browse the repository at this point in the history
Fix ignore-list and line breaks
  • Loading branch information
tassadarius authored Jul 30, 2023
1 parent 8f61941 commit 2bdbb1a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/check-documentation-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,10 @@ jobs:
with:
python-version: "3.10"
- name: Check available links in documentation
run: 'python core/org.jcryptool.releng/helper/link_availability_checker.py --summary --results-dead --result-paths -i ignored_links.txt core crypto'
run: >-
python core/org.jcryptool.releng/helper/link_availability_checker.py
--summary
--results-dead
--result-paths -i core/org.jcryptool.releng/helper/ignored_links.txt
core
crypto

0 comments on commit 2bdbb1a

Please sign in to comment.