timwis / jkan

A lightweight, backend-free open data portal, powered by Jekyll

Home Page:https://jkan.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Netlify should automatically use the correct build command

timwis opened this issue · comments

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.

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