Skip to content

Commit

Permalink
fix dead links
Browse files Browse the repository at this point in the history
  • Loading branch information
liugddx committed Dec 19, 2024
1 parent 9d2cf21 commit dd4139c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-broken-links.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
echo "Total URLs after exclusion: $(wc -l < filtered_urls.txt)"
sed 's/[\",.`:;\)\]]$//' filtered_urls.txt > cleaned_urls.txt
sed -E 's/[">,)]+$//' filtered_urls.txt > cleaned_urls.txt
echo "Total URLs after cleaning: $(wc -l < cleaned_urls.txt)"
Expand Down

0 comments on commit dd4139c

Please sign in to comment.