We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52e2042 commit 3849448Copy full SHA for 3849448
1 file changed
.github/workflows/build.yml
@@ -134,10 +134,10 @@ jobs:
134
- name: Check links with Muffet
135
run: |
136
muffet \
137
- --exclude '8080\/\S*\.pdf' \
+ --exclude '\.pdf$' \
138
--exclude '^https://gitdocumentatie.*' \
139
--exclude '^https://docs.geostandaarden.*' \
140
- --exclude 'localhost:8080' \
+ --exclude '.*localhost.*' \
141
--header 'user-agent:Curl' \
142
--ignore-fragments \
143
--one-page-only \
0 commit comments