mirror of
https://github.com/monero-project/monero-site.git
synced 2024-12-04 15:41:11 +02:00
fix ruby's version for netlify compatibility
the local .ruby-version file conflicts with netlify's settings and need to be updated for netlify preview to work. Enforcing same ruby version on .ruby-version and netlify.toml
This commit is contained in:
parent
86e40e498c
commit
efbcb11e60
@ -1 +1 @@
|
||||
2.4.1
|
||||
2.7.1
|
||||
|
@ -3,7 +3,7 @@
|
||||
command = "jekyll build --trace --limit-posts 10"
|
||||
|
||||
[build.environment]
|
||||
RUBY_VERSION = "2.7"
|
||||
RUBY_VERSION = "2.7.1"
|
||||
|
||||
[build.processing]
|
||||
skip_processing = true
|
Loading…
Reference in New Issue
Block a user