Skip to content

Commit

Permalink
Update check-links.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiaanspeck authored Sep 30, 2024
1 parent ec2bf73 commit 5816f02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
cache: 'pip'

- run: |
echo $(grep -rh "More information: " pages/ | sort -u) > links.txt
cat links.txt
echo -e "$(grep -rh "More information: " pages/ | sort -u)" > links.txt
wc -l links.txt
- name: Lychee URL checker
uses: lycheeverse/lychee-action@v1
Expand Down

0 comments on commit 5816f02

Please sign in to comment.