assertj / doc

AssertJ new website

Home Page:https://assertj.github.io/doc/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pull Request Preview

scordio opened this issue · comments

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?