run link checker against localhost:4000 instead of prod (#27757)
* run link checker against localhost:4000 instead of prod * exclude docs.github.com * print output if possible * upload broken_links.md as artifact * debug broken_links.md
This commit is contained in:
@@ -57,6 +57,8 @@ jobs:
|
||||
env:
|
||||
NODE_ENV: production
|
||||
PORT: 4000
|
||||
DISABLE_OVERLOAD_PROTECTION: true
|
||||
DISABLE_RENDER_CACHING: true
|
||||
run: |
|
||||
|
||||
node server.mjs &
|
||||
|
||||
Reference in New Issue
Block a user