-
Notifications
You must be signed in to change notification settings - Fork 113
Add preview build functionality for PRs #68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
We've been using Netlify for this on other projects https://jupyterbook.org/publish/netlify.html, and it is very nice to have It's free, but requires an email account to setup and charges a subscription for multiple team members. So we have an Netlify requires a bit of manual setup to connect the github app (probably similar to reviewNB), but then the action for PRs is pretty straightforward
here is a simple example where each PR gets a URL to review snowex-hackweek/website-2022#23, after a certain amount of space is used up those URLs start to get overwritten i think |
I should clarify, the above approach is for when JupyterBook is built via github actions as is currently done. Other hosting options have integrated PR previews via GitHub Apps. But the drawback as far as I understand is that the build happens on external resources (Read-The-Docs, Netlify) rather than via the GitHub interface on the more configurable Actions runners. |
Closed by #175 |
No description provided.
The text was updated successfully, but these errors were encountered: