Retry link retrieval on 429, fix the version of markdown-link-check (https://github.com/woocommerce/woocommerce-blocks/pull/10786)
This commit is contained in:
parent
abd41cae11
commit
fceff58059
|
@ -19,5 +19,6 @@
|
||||||
{
|
{
|
||||||
"pattern": "https://www.php.net/manual/en/install.php"
|
"pattern": "https://www.php.net/manual/en/install.php"
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"retryOn429": true
|
||||||
}
|
}
|
||||||
|
|
|
@ -25,7 +25,7 @@ jobs:
|
||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
|
|
||||||
- name: Install markdown-link-check
|
- name: Install markdown-link-check
|
||||||
run: npm install -g markdown-link-check
|
run: npm install -g markdown-link-check@3.11.2
|
||||||
|
|
||||||
- name: Run markdown-link-check
|
- name: Run markdown-link-check
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue