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 8f61941 commit 2bdbb1aCopy full SHA for 2bdbb1a
.github/workflows/check-documentation-links.yml
@@ -35,4 +35,10 @@ jobs:
35
with:
36
python-version: "3.10"
37
- 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'
+ 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