[Feature request] Upload report.html to GitHub Pages #152
Open
Description
Problem
At large projects, HTML-format reports provided by reg-cli is more readable than one made as comment by reg-actions.
Currently, in order to upload HTML-format reports to GitHub Pages, we need to commit and push report files to a branch on our own (like this workflow file).
Request
- Add option to push HTML-format report to the branch set by
branch
input (or other branch set by input) - Set
custom-report-page
input as GitHub Pages URL
I think it can be done by copying not only images but also report.html.
Line 229 in a3de932