Skip to content

Commit 598b82a

Browse files
committed
Make link checker recognize the new structure
1 parent 164f932 commit 598b82a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,10 @@ jobs:
9393
with:
9494
args: |
9595
--root-dir $PWD/dist
96+
--fallback-extensions html
9697
--exclude-path dist/llms.txt
9798
--exclude-path dist/llms/
9899
--exclude-private
99-
--remap "https://expressjs\.com\/((?:[^\/]+\/)*[^\/\.]+)\/?$ file://$PWD/dist/\$1/index.html"
100-
--remap "https://expressjs\.com\/(.*\.html)$ file://$PWD/dist/\$1"
100+
--remap "^https://expressjs\.com\/ file://$PWD/dist/"
101101
dist/
102102
fail: true

0 commit comments

Comments
 (0)