We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d869e9e commit 60a0ed1Copy full SHA for 60a0ed1
check.sh
@@ -24,5 +24,8 @@ HTMLPROOFER_OPTIONS=("--disable-external")
24
# shellcheck disable=2068 # splitting intended
25
bundle exec htmlproofer ${HTMLPROOFER_OPTIONS[@]} _site || exit $?
26
27
+header "Check URL schema"
28
+[[ -f "./_site/2022/06/25/migrating-to-jekyll.html" ]] || exit 1
29
+
30
header "Check for deprecation warnings with Jekyll doctor"
31
bundle exec jekyll doctor || exit $?
0 commit comments