PR previews #123
Closed
jwindhager
started this conversation in
Ideas
PR previews
#123
Replies: 2 comments 4 replies
|
I like the idea. The website is built using Quarto, which means it could potentially run code, but then we should ensure that the modifications in the PR are self contained. If you're willing to implement something please go ahead, and we can test it out. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Prompted by @pmitev's question about easily previewing PR changes:
I think it would be nice to automatically deploy previews to GitHub Pages using a GHA workflow. This is for example done on https://github.com/ome/ngff, see for example ome/ngff#316 (comment). Over there, they make use of the "pull request preview" feature of readthedocs, but there also seem to be GitHub Actions available that enable similar functionality for GitHub Pages, e.g. https://github.com/marketplace/actions/deploy-pr-preview. This specific action would (currently, wip) come with the limitations that it doesn't work for forks, but IMO we could live with that.
What do you all think?
All reactions