Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Handle http://localhost:9001 with linkinator check
  • Loading branch information
julien-deramond committed Jun 16, 2025
commit 1e995dbd2671c0c35b2f41aab338feaf402a0f35
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ jobs:
paths: _site
recurse: true
verbosity: error
skip: "^(?!http://localhost)"
skip: "^(?!http://localhost(:\\d+)?/)"
Loading