Skip to content

Commit 3861981

Browse files
authored
Update broken-links.yml
1 parent 060ded4 commit 3861981

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/broken-links.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ jobs:
3636
cat link-check-results.txt
3737
echo "::endgroup::"
3838
39-
# Step 5: Analyze the results and annotate them
39+
# Step 5: Analyze and Annotate Results
4040
- name: Annotate Results
4141
run: |
42-
# Extract broken links and exclude any links from ./Assets
42+
# Extract broken links, excluding any from ./Assets
4343
broken_links=$(grep -B 1 "✖" link-check-results.txt | grep -v "./Assets" || true)
4444
4545
# Count total links and broken links

0 commit comments

Comments
 (0)