Skip to content

Commit

Permalink
Try markdown-link-check 1.0.13
Browse files Browse the repository at this point in the history
Moving from v1 to 1.0.14 fixed the wrong 503 errors, but gave many new errors for hash links (links to specific sections).

It's probably gaurav-nelson/github-action-markdown-link-check#127, in which case switching to 1.0.13 won't fix the hash link problem, but I want to try that before attempting to fix both problems at once by specifying branches or untagged commits.
  • Loading branch information
EliahKagan committed Jan 15, 2023
1 parent ddc3f79 commit c000516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/markdown-links.yml
Expand Up @@ -14,4 +14,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: gaurav-nelson/github-action-markdown-link-check@1.0.14
- uses: gaurav-nelson/github-action-markdown-link-check@1.0.13

0 comments on commit c000516

Please sign in to comment.