Skip to content

Commit

Permalink
Add 200 to the list of acceptable responses
Browse files Browse the repository at this point in the history
  • Loading branch information
Dana Robinson committed Jun 7, 2024
1 parent 98c46a6 commit faac947
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/markdown-link-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
branches: [ develop ]

# The config file handles things like http 500 errors from sites like GitLab
# and http 200 responses
jobs:
markdown-link-check:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/markdown_config.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"aliveStatusCodes": [500]
"aliveStatusCodes": [200, 500]
}

0 comments on commit faac947

Please sign in to comment.