Skip to content

Commit

Permalink
Exclude 'docs/sep23' for link checking, suggest to remove that folder…
Browse files Browse the repository at this point in the history
… at #14
  • Loading branch information
richelbilderbeek committed Dec 12, 2023
1 parent 4acaea0 commit bbcf260
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/check_links.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Remove folders that are allowed broken links
run: |
rm -rf docs/sep23
- uses: gaurav-nelson/github-action-markdown-link-check@v1
# with:
# use-verbose-mode: 'yes'
Expand Down
1 change: 1 addition & 0 deletions mlc_config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"aliveStatusCodes": [0, 40, 200, 400, 401, 403, 418, 500, 503],
"exclude": ["docs/sep23"],
"ignorePatterns": [
{
"pattern": [
Expand Down

0 comments on commit bbcf260

Please sign in to comment.