Deployment fixes
This commit is contained in:
parent
d8cb9cfab5
commit
32310e5d84
2 changed files with 3 additions and 2 deletions
|
@ -20,4 +20,5 @@ page_gen:
|
|||
name: sname
|
||||
- data: artists
|
||||
template: artist
|
||||
name: sname
|
||||
name: sname
|
||||
exclude: [vendor]
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue