Skip to content

Commit 08bea20

Browse files
committed
fix: exclude www.bupt.edu.cn in htmlproofer check
1 parent e0ec021 commit 08bea20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ pushd "${ROOT_DIR}" > /dev/null
1616

1717
## Build the site
1818
bundle exec jekyll build
19-
bundle exec htmlproofer --ignore-urls '/www.flaticon.com/,/www.linkedin.com/,/www.freepik.com/' "${ROOT_DIR}"/_site
19+
bundle exec htmlproofer --ignore-urls '/www.flaticon.com/,/www.linkedin.com/,/www.freepik.com/,/www.bupt.edu.cn/' "${ROOT_DIR}"/_site
2020

2121
## Go back to the original directory
2222
popd > /dev/null

0 commit comments

Comments
 (0)