reg-actions icon indicating copy to clipboard operation
reg-actions copied to clipboard

[Feature request] Upload report.html to GitHub Pages

Open ygkn opened this issue 5 months ago • 1 comments

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.

https://github.com/reg-viz/reg-actions/blob/a3de932e45c2e8ef98c5fa4191c6e92213899a7c/src/push.ts#L229

ygkn avatar Sep 09 '24 08:09 ygkn