Skip to content

Commit 104d41e

Browse files
committed
fix: exclude /www.bupt.edu.cn/ in htmlproofer check in CI build script.
1 parent 08bea20 commit 104d41e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/cibuild.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
set -e # halt script on error
33

44
bundle exec jekyll build
5-
bundle exec htmlproofer --ignore-urls '/www.flaticon.com/,/www.linkedin.com/,/www.freepik.com/' ./_site
5+
bundle exec htmlproofer --ignore-urls '/www.flaticon.com/,/www.linkedin.com/,/www.freepik.com/,/www.bupt.edu.cn/' ./_site

0 commit comments

Comments
 (0)