You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to preview the final result of a PR build without having to do it locally.
An easy option would be to expose the workflow result as a downloadable artifact: https://github.com/actions/upload-artifact seems to be the right tool to achieve it.
However, this has still the drawback of manually downloading the artifact and inspect it locally.
A more complex option would be to deploy the result to a temporary URL.
GitHub Pages does not offer this option out of the box, but the free plan of Cloudflare Pages with GitHub integration seems to offer it.
However, the main hosting should stay on GitHub Pages - to be checked if the two services can live together.
Any concerns about the two options above?
Any additional option?
The text was updated successfully, but these errors were encountered:
It would be nice to preview the final result of a PR build without having to do it locally.
An easy option would be to expose the workflow result as a downloadable artifact: https://github.com/actions/upload-artifact seems to be the right tool to achieve it.
However, this has still the drawback of manually downloading the artifact and inspect it locally.
A more complex option would be to deploy the result to a temporary URL.
GitHub Pages does not offer this option out of the box, but the free plan of Cloudflare Pages with GitHub integration seems to offer it.
However, the main hosting should stay on GitHub Pages - to be checked if the two services can live together.
Any concerns about the two options above?
Any additional option?
The text was updated successfully, but these errors were encountered: