Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
markcmiller86 committed Jul 1, 2024
1 parent 46f77a1 commit 64ed9e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-urls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
- name: Finalize Check Status
if: ${{ github.event_name == 'pull_request' }}
run: |
[ $(wc -l ../../utils/LinkChecker/bad_links.txt | awk '{print $1}') -gt 0 ] && exit 1
[ $(wc -l utils/LinkChecker/bad_links.txt | awk '{print $1}') -gt 0 ] && exit 1
- name: Upload artifact
if: always()
Expand Down

0 comments on commit 64ed9e8

Please sign in to comment.