1
0
mirror of synced 2025-12-26 14:02:45 -05:00

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:
Peter Bengtsson
2022-05-19 09:12:07 -04:00
committed by GitHub
parent 3c5a4eada7
commit d5cef9c5d6
3 changed files with 39 additions and 5 deletions

View File

@@ -57,6 +57,8 @@ jobs:
env:
NODE_ENV: production
PORT: 4000
DISABLE_OVERLOAD_PROTECTION: true
DISABLE_RENDER_CACHING: true
run: |
node server.mjs &