Skip to content

Commit

Permalink
fix for 403 status on link check
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzalocasas committed Apr 26, 2022
1 parent 479f93e commit b36e241
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check-markdown-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ jobs:
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
config-file: 'markdown-link-check.json'
7 changes: 7 additions & 0 deletions .github/workflows/markdown-link-check.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"ignorePatterns": [
{
"pattern": "^https://docs.github.com/.*$"
}
]
}

0 comments on commit b36e241

Please sign in to comment.