revert
This commit is contained in:
parent
caf495de6c
commit
dbad14e535
|
|
@ -1,13 +1,7 @@
|
|||
{
|
||||
"retryOn429": true,
|
||||
"httpHeaders": [
|
||||
{
|
||||
"urls": [
|
||||
"https://docs.github.com"
|
||||
],
|
||||
"headers": {
|
||||
"Authorization": "Bearer {{ env.GITHUB_TOKEN }}"
|
||||
}
|
||||
}
|
||||
"aliveStatusCodes": [
|
||||
200,
|
||||
403
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -13,8 +13,6 @@ jobs:
|
|||
run: npm install -g markdown-link-check
|
||||
|
||||
- name: Run markdown-link-check
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: |
|
||||
find . -type f \
|
||||
-name '*.md' \
|
||||
|
|
|
|||
Loading…
Reference in New Issue