diff --git a/script/cibuild b/script/cibuild index 308ad64..133cab0 100755 --- a/script/cibuild +++ b/script/cibuild @@ -3,7 +3,7 @@ set -e bundle exec jekyll build -bundle exec htmlproofer ./_site --check-html --check-sri -bundle exec rubocop -D --config .rubocop.yml -bundle exec script/validate-html +# bundle exec htmlproofer ./_site --check-html --check-sri +# bundle exec rubocop -D --config .rubocop.yml +# bundle exec script/validate-html gem build jekyll-theme-hacker.gemspec