We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 620eb4c commit 9235b2cCopy full SHA for 9235b2c
scripts/build.sh
@@ -16,7 +16,7 @@ pushd "${ROOT_DIR}" > /dev/null
16
17
## Build the site
18
bundle exec jekyll build
19
-bundle exec htmlproofer --ignore-urls '/www.flaticon.com/,/www.linkedin.com/' "${ROOT_DIR}"/_site
+bundle exec htmlproofer --ignore-urls '/www.flaticon.com/,/www.linkedin.com/,/www.freepik.com/' "${ROOT_DIR}"/_site
20
21
## Go back to the original directory
22
popd > /dev/null
scripts/cibuild.sh
@@ -2,4 +2,4 @@
2
set -e # halt script on error
3
4
5
-bundle exec htmlproofer --ignore-urls '/www.flaticon.com/,/www.linkedin.com/' ./_site
+bundle exec htmlproofer --ignore-urls '/www.flaticon.com/,/www.linkedin.com/,/www.freepik.com/' ./_site
0 commit comments