mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-16 07:47:48 +00: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
2 changed files with 2 additions and 2 deletions
|
@ -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 a new issue