monero-site/netlify.toml
erciccione efbcb11e60
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
2021-05-22 16:11:38 +02:00

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