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 bda16e6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# 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 && rvm use ruby-3.1.6 && bundle plugin install bundler-override && bundle install && jekyll build"
publish = "docs/_site/"
environment = { RUBY_VERSION = "3.1.6" }

0 comments on commit bda16e6

Please sign in to comment.