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 6f15106 commit ceb2ad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
cache: 'pip'

- run: |
grep -rh "More information: " tldr/pages/ | sort -u > ${{ env.LYCHEE_INPUT_FILE }}
grep -rh "More information: " pages/ | sort -u > ${{ env.LYCHEE_INPUT_FILE }}
echo "Checking" $(wc -l < ${{ env.LYCHEE_INPUT_FILE }}) "links"
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit ceb2ad3

Please sign in to comment.