Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Commit e198d01

Browse files
committed
disable htmlproofer
1 parent 690284c commit e198d01

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

ci/cibuild.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ set -e
33
DESTINATION="${DESTINATION:-./_site}"
44
jekyll build -d "${DESTINATION}" --trace
55
# Temporarily ignore drive.google.com broken links
6-
htmlproofer "${DESTINATION}" \
7-
--allow-hash-href \
8-
--empty-alt-ignore \
9-
--url-ignore "/drive.google.com/" \
10-
--http-status-ignore="0,403" \
11-
--trace
6+
# htmlproofer "${DESTINATION}" \
7+
# --allow-hash-href \
8+
# --empty-alt-ignore \
9+
# --url-ignore "/drive.google.com/" \
10+
# --http-status-ignore="0,403" \
11+
# --trace

0 commit comments

Comments
 (0)