Skip to content

Commit f542d6a

Browse files
committed
new checker
1 parent 9e44feb commit f542d6a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/check-links.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ jobs:
3737
# content-filepath: ./lychee/out.md
3838
# labels: report, automated issue
3939
- name: Check links using container
40-
uses: ruzickap/action-my-broken-link-checker@v1
41-
with:
42-
url: https://my-testing-domain.com
43-
pages_path: ./public/
44-
cmd_params: "--skip-tls-verification --verbose --color=always"
45-
run_timeout: 10
46-
debug: true
40+
uses: ruzickap/action-my-broken-link-checker@v1
41+
with:
42+
url: https://my-testing-domain.com
43+
pages_path: ./public/
44+
cmd_params: "--skip-tls-verification --verbose --color=always"
45+
run_timeout: 10
46+
debug: true

0 commit comments

Comments
 (0)