Skip to content

Commit 2805fd2

Browse files
committed
Ignore it by the full URL
1 parent fad127f commit 2805fd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mkdocs-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
done
7777
echo "Launching linkchecker"
7878
# Ignore dejavu.css for now, it is a JDK bug.
79-
linkchecker --no-warnings --no-status http://127.0.0.1:8000/ --ignore-url javadoc/resources/fonts/dejavu.css
79+
linkchecker --no-warnings --no-status http://127.0.0.1:8000/ --ignore-url http://127.0.0.1:8000/javadoc/resources/fonts/dejavu.css
8080
8181
# If ok just kill the server
8282
kill -9 $SERVER_PID

0 commit comments

Comments
 (0)