Deployment fixes

This commit is contained in:
Norbi Peti 2019-06-13 02:19:03 +02:00
parent d8cb9cfab5
commit 32310e5d84
No known key found for this signature in database
GPG key ID: DBA4C4549A927E56
2 changed files with 3 additions and 2 deletions

View file

@ -20,4 +20,5 @@ page_gen:
name: sname
- data: artists
template: artist
name: sname
name: sname
exclude: [vendor]

View file

@ -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