Skip to content

Commit

Permalink
HACK
Browse files Browse the repository at this point in the history
  • Loading branch information
marquiz committed Aug 8, 2024
1 parent c91b0dc commit 595df2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Netlify settings
[build]
command = "cd docs/ && bundle plugin install bundler-override && bundle install && jekyll build"
command = "cd docs/ && which bundle && bundle version && which ruby && ruby --version && bundle plugin install bundler-override && bundle install && jekyll build"
publish = "docs/_site/"
environment = { RUBY_VERSION = "3.1.6" }

0 comments on commit 595df2f

Please sign in to comment.