-
Notifications
You must be signed in to change notification settings - Fork 25
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
Add preview gh action #34
Comments
well, if we used RTD -- we could do eat easily. But ATM website is served from in-house web server, and build is a bit ad-hoc since not compatible with recent pelican. Do you know how it (previewzs) could be done without much struggle? |
what about at least a CI run which would smoke test the build that it builds ok? |
Wanna to take on @asmacdo ? |
@yarikoptic sure-- I can't self-assign, can you add me to the repo? |
oh, I added you to the repo with super powers now, and assigning now. Thanks! |
may be we could use netlify here for open source hosting? |
Checking with netlify: https://answers.netlify.com/t/open-source-self-hosted-site-needs-pr-previews/96668 |
Response from netlify: Hey @asmacdo, This should still qualify. Please fill this up: oss-account-application (netlify.com) and feel free to link to this thread. Its also worth considering using the same deploy system for preview/production. Perhaps we could deploy to a subdomain using our existing host? Or, we could proceed with netlify for preview hosting, and if it goes well we could easily switch prod to them as well (free!) |
FWIW: https://github.com/marketplace/actions/deploy-pr-preview could be used if we decide to move to gh-pages |
if you think to go with netlify - please fill out that that form @asmacdo |
On PR, build a tmp site so we can see changes without building locally.
The text was updated successfully, but these errors were encountered: