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 7055c31 commit 4f52e25
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/check-broken-links.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,10 @@ jobs:
fi
- name: Check URLs
shell: bash
run: |
set +e
TOTAL=0
FAILED=0
DEAD_LINKS=()
Expand Down

0 comments on commit 4f52e25

Please sign in to comment.