geotrellis / geotrellis-docs

GeoTrellis Documentation
1 stars 1 forks source link

Configure Netlify site #1

Open colekettler opened 4 years ago

colekettler commented 4 years ago

We currently have this repo building on Netlify: https://app.netlify.com/sites/geotrellis-docs/overview

We should move the site and build configuration into a netlify.toml file and commit it to version control.

CloudNiner commented 4 years ago

Current build command is npm install -g yarn && ./scripts/cibuild. I'm sure netlify.toml specifies a way to use yarn instead.