From 349927293c955787457919965f3560583f84fe7f Mon Sep 17 00:00:00 2001 From: Fabian Aguilar Gomez Date: Wed, 17 Jan 2024 13:19:33 -0600 Subject: [PATCH] Update cibuild --- script/cibuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/cibuild b/script/cibuild index cfd2144..f52dbf6 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 --typhoeus-config='{"headers":{"User-Agent":"Mozilla/5.0 (compatible; My New User-Agent)"}}' bundle exec rubocop -D --config .rubocop.yml bundle exec script/validate-html gem build jekyll-theme-time-machine.gemspec