[issue37860] Add deploy preview for docs

2021-03-21 Thread Ashwin Ramaswami


Change by Ashwin Ramaswami :


--
nosy: +EWDurbin

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue37860] Add deploy preview for docs

2021-03-21 Thread Ashwin Ramaswami


Ashwin Ramaswami  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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue37860] Add deploy preview for docs

2020-05-05 Thread Batuhan Taskaya


Batuhan Taskaya  added the comment:

> Personally, I feel that it most largely benefits more significant 
> documentation changes that involve modification of existing markup or the 
> addition of new markup, rather than all documentation PRs. So a manually 
> added label to trigger it makes the most sense to me. This would be very 
> similar to the recently added "test-with-buildbots" label.

+1, It would be so much useful in cases like GH 19928.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue37860] Add deploy preview for docs

2020-03-16 Thread Brett Cannon


Change by Brett Cannon :


--
nosy:  -brett.cannon

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue37860] Add deploy preview for docs

2020-03-15 Thread Batuhan Taskaya


Change by Batuhan Taskaya :


--
nosy: +BTaskaya

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue37860] Add deploy preview for docs

2020-03-15 Thread Ashwin Ramaswami


Change by Ashwin Ramaswami :


--
title: Add netlify deploy preview for docs -> Add deploy preview for docs

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com