datascijedi / website

https://datascijedi.org
Creative Commons Attribution Share Alike 4.0 International
6 stars 2 forks source link

Getting a GitHub API error with netlify-plugin-quarto #137

Closed ravicodelabs closed 1 month ago

ravicodelabs commented 5 months ago

The netlify-plugin-quarto plugin is meant to streamline the deploying of the website to Netlify, but is sometimes giving a GitHub API error. For the time being, a temporary fix is in place which just uses a shell script to download and install Quarto on the Netlify servers whenever deploying.

For more details, see the issue filed with Quarto:

https://github.com/quarto-dev/netlify-plugin-quarto/issues/7

(Moved from the Quarto-related issue tracker).

ravicodelabs commented 1 month ago

Since we now have a deployment approach that is consistent with online IDE environment setup, it seems to make sense to just stick with the new approach (which works off of quarto_setup.sh), rather than try to use the Netlify Quarto plugin, which only works for deployments. So, closing this issue.

Related PR: #156 Related issue: #155