diff --git a/_config.yml b/_config.yml index 616b074..f8cc4e6 100644 --- a/_config.yml +++ b/_config.yml @@ -20,4 +20,5 @@ page_gen: name: sname - data: artists template: artist - name: sname \ No newline at end of file + name: sname +exclude: [vendor] \ No newline at end of file diff --git a/script/cibuild b/script/cibuild index 1e39c79..28da9ed 100644 --- a/script/cibuild +++ b/script/cibuild @@ -2,4 +2,4 @@ set -e # halt script on error bundle exec jekyll build -bundle exec htmlproofer ./_site +bundle exec htmlproofer ./_site --checks-to-ignore LinkCheck # Most paths are different in prod