Skip to content

Commit

Permalink
Increase markdown link check timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-5546 committed Mar 9, 2024
1 parent 5fdbabc commit c728520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
# https://github.com/gaurav-nelson/github-action-markdown-link-check
markdown-link-check:
runs-on: ubuntu-latest
timeout-minutes: 1
timeout-minutes: 5
steps:
- name: Checkout workspace
uses: actions/checkout@v4
Expand Down

0 comments on commit c728520

Please sign in to comment.