We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fad127f commit 2805fd2Copy full SHA for 2805fd2
.github/workflows/mkdocs-test.yml
@@ -76,7 +76,7 @@ jobs:
76
done
77
echo "Launching linkchecker"
78
# 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
+ linkchecker --no-warnings --no-status http://127.0.0.1:8000/ --ignore-url http://127.0.0.1:8000/javadoc/resources/fonts/dejavu.css
80
81
# If ok just kill the server
82
kill -9 $SERVER_PID
0 commit comments