Skip to content

Commit 3849448

Browse files
committed
link fix
1 parent 52e2042 commit 3849448

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
@@ -134,10 +134,10 @@ jobs:
134134
- name: Check links with Muffet
135135
run: |
136136
muffet \
137-
--exclude '8080\/\S*\.pdf' \
137+
--exclude '\.pdf$' \
138138
--exclude '^https://gitdocumentatie.*' \
139139
--exclude '^https://docs.geostandaarden.*' \
140-
--exclude 'localhost:8080' \
140+
--exclude '.*localhost.*' \
141141
--header 'user-agent:Curl' \
142142
--ignore-fragments \
143143
--one-page-only \

0 commit comments

Comments
 (0)