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 060ded4 commit 3861981Copy full SHA for 3861981
.github/workflows/broken-links.yml
@@ -36,10 +36,10 @@ jobs:
36
cat link-check-results.txt
37
echo "::endgroup::"
38
39
- # Step 5: Analyze the results and annotate them
+ # Step 5: Analyze and Annotate Results
40
- name: Annotate Results
41
run: |
42
- # Extract broken links and exclude any links from ./Assets
+ # Extract broken links, excluding any from ./Assets
43
broken_links=$(grep -B 1 "✖" link-check-results.txt | grep -v "./Assets" || true)
44
45
# Count total links and broken links
0 commit comments