From 32310e5d84d3f3fad9ad0700a2e5983ae9392679 Mon Sep 17 00:00:00 2001 From: NorbiPeti Date: Thu, 13 Jun 2019 02:19:03 +0200 Subject: [PATCH] Deployment fixes --- _config.yml | 3 ++- script/cibuild | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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