Skip to content

Commit 60a0ed1

Browse files
committed
Add check to ensure stable URL schema
1 parent d869e9e commit 60a0ed1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

check.sh

+3
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,8 @@ HTMLPROOFER_OPTIONS=("--disable-external")
2424
# shellcheck disable=2068 # splitting intended
2525
bundle exec htmlproofer ${HTMLPROOFER_OPTIONS[@]} _site || exit $?
2626

27+
header "Check URL schema"
28+
[[ -f "./_site/2022/06/25/migrating-to-jekyll.html" ]] || exit 1
29+
2730
header "Check for deprecation warnings with Jekyll doctor"
2831
bundle exec jekyll doctor || exit $?

0 commit comments

Comments
 (0)