Skip to content

Commit 261731b

Browse files
committed
switching to netlify.toml
1 parent 1006889 commit 261731b

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.ruby-version

Lines changed: 0 additions & 1 deletion
This file was deleted.

netlify.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[build.environment]
2+
NODE_VERSION = "16"
3+
RUBY_VERSION = "3.3.4"
4+
5+
[build]
6+
command = "bundle install && bundle exec jekyll build"
7+
publish = "_site"
8+
9+
[[plugins]]
10+
package = "@netlify/plugin-ruby-bundler"

0 commit comments

Comments
 (0)