Skip to content

Commit

Permalink
linkcheck: fix connection warnings param
Browse files Browse the repository at this point in the history
  • Loading branch information
samkim authored Mar 6, 2024
1 parent f4e7d42 commit 965f518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/link-checker-full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
- name: "Link Checker"
uses: "filiph/[email protected]"
with:
arguments: "--skip-file /github/workspace/linkcheck-skip.txt -e --connection-failures-as-warnings --no-check-anchors https://authzed.com/docs"
arguments: "--skip-file /github/workspace/linkcheck-skip.txt -e --no-connection-failures-as-warnings --no-check-anchors https://authzed.com/docs"

0 comments on commit 965f518

Please sign in to comment.