mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-16 15:58:16 +00:00
efbcb11e60
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
9 lines
No EOL
171 B
TOML
9 lines
No EOL
171 B
TOML
[build]
|
|
publish = "_site/"
|
|
command = "jekyll build --trace --limit-posts 10"
|
|
|
|
[build.environment]
|
|
RUBY_VERSION = "2.7.1"
|
|
|
|
[build.processing]
|
|
skip_processing = true |