Skip to content

Commit 9235b2c

Browse files
committed
devops: ignore htmlproofer check for www.freepik.com
1 parent 620eb4c commit 9235b2c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/build.sh

+1-1
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/' "${ROOT_DIR}"/_site
19+
bundle exec htmlproofer --ignore-urls '/www.flaticon.com/,/www.linkedin.com/,/www.freepik.com/' "${ROOT_DIR}"/_site
2020

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

scripts/cibuild.sh

+1-1
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/' ./_site
5+
bundle exec htmlproofer --ignore-urls '/www.flaticon.com/,/www.linkedin.com/,/www.freepik.com/' ./_site

0 commit comments

Comments
 (0)