From 2e16bbed0e2864cd723bc49256369a80b6fe5bce Mon Sep 17 00:00:00 2001 From: ricoThaka <134652418+ricoThaka@users.noreply.github.com> Date: Tue, 30 Jan 2024 16:02:32 -0800 Subject: [PATCH] Update cibuild --- script/cibuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/cibuild b/script/cibuild index 081beef..31e3104 100755 --- a/script/cibuild +++ b/script/cibuild @@ -2,8 +2,8 @@ set -e -bundle exec jekyll build +#bundle exec jekyll build #bundle exec htmlproofer ./_site --check-html --check-sri -bundle exec rubocop -D --config .rubocop.yml +#bundle exec rubocop -D --config .rubocop.yml #bundle exec script/validate-html gem build jekyll-theme-hacker.gemspec