timwis / jkan

A lightweight, backend-free open data portal, powered by Jekyll
https://jkan.io
MIT License
219 stars 309 forks source link

Netlify should automatically use the correct build command #229

Closed timwis closed 1 year ago

timwis commented 1 year ago

Netlify keeps assuming the build command is npm run build, and I'm not sure why. I've tried explicitly adding jekyll to the Gemfile, which should be sufficient. Next I'll try adding a netlify.toml file, though it would be nice if that weren't necessary.

In the meantime, the documentation explains how to correct this, so this issue should not block the release.

timwis commented 1 year ago

Fixed by netlify.toml, and the file is necessary now that we use a generated config file.