Skip to content

Commit

Permalink
COMP: Fix netlify build adding netlify settings and requiring Ruby >=…
Browse files Browse the repository at this point in the history
  • Loading branch information
jcfr and sjh26 committed Dec 18, 2024
1 parent de69019 commit a7482bd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
source 'https://rubygems.org'
ruby ">=3.3"
gem 'github-pages', group: :jekyll_plugins
gem 'jemoji'
7 changes: 7 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Documentation at https://www.netlify.com/docs/netlify-toml-reference/
[build]
command = "jekyll build"
publish = "_site/"

[build.environment]
RUBY_VERSION = "3.3.2"

0 comments on commit a7482bd

Please sign in to comment.