Skip to content

Commit d2d692f

Browse files
cb341claude
andcommitted
fix: use bundle exec htmlbeautifier in bin/build
Ensures the bundled gem is used rather than whatever is in PATH, which may not exist on a fresh CI runner. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent d0a6b02 commit d2d692f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
set -e
33

44
bundle exec jekyll build
5-
find _site -name "*.html" -exec htmlbeautifier {} \;
5+
find _site -name "*.html" -exec bundle exec htmlbeautifier {} \;

0 commit comments

Comments
 (0)