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:
Sam Seay 2023-09-05 12:19:12 +08:00 committed by GitHub
parent abd41cae11
commit fceff58059
2 changed files with 3 additions and 2 deletions

View File

@ -19,5 +19,6 @@
{
"pattern": "https://www.php.net/manual/en/install.php"
}
]
],
"retryOn429": true
}

View File

@ -25,7 +25,7 @@ jobs:
cache: 'npm'
- 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
run: |