drivendataorg / nbautoexport

Automatically export Jupyter notebooks to various file formats (.py, .html, and more) on save.
https://nbautoexport.drivendata.org/
MIT License
72 stars 9 forks source link

[deploys] Netlify build image needs an update #116

Closed isms closed 1 year ago

isms commented 1 year ago

Looks like an easy fix, but for now this is the message:

Support for the Xenial build image ended on November 15, 2022. To enable builds for this site, select another build image. Read the migration guide.

jayqi commented 1 year ago

I suspect this is not actually relevant. We build the site in GitHub Actions and push the built assets to Netlify, rather than having Netlify run the build. It may be the case that we have a vestigial build process set up on Netlify that we don't actually use and is disabled, and that's what Netlify is complaining about.

pjbull commented 1 year ago

I "unlinked" the repository, and confirmed that publishing with the API from GitHub actions still works. Also "updated" the build image JIC.

image