Initial commit
This commit is contained in:
9
script/cibuild
Normal file
9
script/cibuild
Normal file
@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
bundle exec jekyll build
|
||||
bundle exec htmlproofer ./_site --check-html --check-sri --url-ignore '/fonts.gstatic.com/'
|
||||
bundle exec rubocop -D --config .rubocop.yml
|
||||
bundle exec script/validate-html
|
||||
gem build jekyll-theme-cayman.gemspec
|
Reference in New Issue
Block a user