From ce76f802b3d83cbe01d9f74d77ad63682a4c07ac Mon Sep 17 00:00:00 2001 From: ricoThaka <134652418+ricoThaka@users.noreply.github.com> Date: Thu, 4 Apr 2024 12:19:11 -0700 Subject: [PATCH] https://github.com/stevemar/sample-python-app --- script/cibuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/cibuild b/script/cibuild index 8ce4322..bdb9d46 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 htmlproofer ./_site --check-html --check-sri # bundle exec rubocop -D --config .rubocop.yml # bundle exec script/validate-html gem install bundler -v 2.4.22