mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-01 03:10:49 +01:00
retry the link checker a few times
This commit is contained in:
parent
b832539275
commit
9e31feb924
1 changed files with 3 additions and 0 deletions
3
.github/workflows/checks.yml
vendored
3
.github/workflows/checks.yml
vendored
|
@ -12,6 +12,7 @@ jobs:
|
|||
subfolder: docs/articles
|
||||
file_types: .md,.yml
|
||||
verbose: true
|
||||
retry_count: 3
|
||||
- name: Check Blog Links
|
||||
uses: urlstechie/urlchecker-action@master
|
||||
if: always()
|
||||
|
@ -19,9 +20,11 @@ jobs:
|
|||
subfolder: web/_posts
|
||||
file_types: .md
|
||||
verbose: true
|
||||
retry_count: 3
|
||||
- name: Check Changelog Links
|
||||
uses: urlstechie/urlchecker-action@master
|
||||
if: always()
|
||||
with:
|
||||
include_files: Changelog.md
|
||||
verbose: true
|
||||
retry_count: 3
|
||||
|
|
Loading…
Reference in a new issue