Skip to content

Commit

Permalink
Merge pull request #212 from authzed/fix-link-checker
Browse files Browse the repository at this point in the history
linkcheck: Ignore missing anchor warnings
  • Loading branch information
samkim authored Mar 6, 2024
2 parents b54c3cd + c61b0b4 commit f4e7d42
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/linkcheck@3.0.0"
with:
arguments: "--skip-file /github/workspace/linkcheck-skip.txt -e --connection-failures-as-warnings https://authzed.com/docs"
arguments: "--skip-file /github/workspace/linkcheck-skip.txt -e --connection-failures-as-warnings --no-check-anchors https://authzed.com/docs"

0 comments on commit f4e7d42

Please sign in to comment.