Skip to content

Commit

Permalink
Update workflow to check links 3 times
Browse files Browse the repository at this point in the history
  • Loading branch information
jtomori committed Mar 21, 2023
1 parent 50ecfe7 commit 03eb006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
with:
python-version: '3.x'
- run: pip install requests
- run: python check_links.py
- run: python check_links.py || python check_links.py || python check_links.py

0 comments on commit 03eb006

Please sign in to comment.