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 a5ca2e1 commit bcadb22
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/ && source /opt/buildhome/.rvm/scripts/rvm && rvm use ruby-3.1.6 && which ruby && ruby -v && gem install bundler && which bundle && bundle version && bundle plugin install bundler-override && bundle install && jekyll build"
command = "cd docs/ && source /opt/buildhome/.rvm/scripts/rvm && bundle plugin install bundler-override && bundle install && jekyll build"
publish = "docs/_site/"
environment = { RUBY_VERSION = "3.1.6" }

0 comments on commit bcadb22

Please sign in to comment.