Ashwin Ramaswami <aramaswa...@gmail.com> added the comment:

I realized there's another alternative which is probably simpler. We can use 
Netlify to host the deploy previews, but we can use GitHub Actions to build the 
documentation. This way, we won't run into the build time limits for Netlify, 
and we can still use Netlify to host deploy previews.

We can use this GitHub Actions action: 
https://github.com/marketplace/actions/netlify-actions, and just add it as an 
additional step to our existing doc GitHub Actions workflow 
(https://github.com/python/cpython/blob/master/.github/workflows/doc.yml).

What do you think about this approach?

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue37860>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to