mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-12-22 22:59:23 +01:00
increase timeout and retry count for url checks (since instagram seems to be weird abt it)
This commit is contained in:
parent
920e86f6fe
commit
643eded838
1 changed files with 6 additions and 6 deletions
12
.github/workflows/checks.yml
vendored
12
.github/workflows/checks.yml
vendored
|
@ -12,8 +12,8 @@ jobs:
|
|||
subfolder: docs/articles
|
||||
file_types: .md,.yml
|
||||
verbose: true
|
||||
retry_count: 3
|
||||
timeout: 30
|
||||
retry_count: 5
|
||||
timeout: 60
|
||||
- name: Check Blog Links
|
||||
uses: urlstechie/urlchecker-action@master
|
||||
if: always()
|
||||
|
@ -21,13 +21,13 @@ jobs:
|
|||
subfolder: web/_posts
|
||||
file_types: .md
|
||||
verbose: true
|
||||
retry_count: 3
|
||||
timeout: 30
|
||||
retry_count: 5
|
||||
timeout: 60
|
||||
- name: Check Changelog Links
|
||||
uses: urlstechie/urlchecker-action@master
|
||||
if: always()
|
||||
with:
|
||||
include_files: Changelog.md
|
||||
verbose: true
|
||||
retry_count: 3
|
||||
timeout: 30
|
||||
retry_count: 5
|
||||
timeout: 60
|
||||
|
|
Loading…
Reference in a new issue