Open eranreshef-starkware opened 1 year ago
I think that your GitHub Actions workflow aims to run benchmarks and update a GitHub Pages branch (gh-pages). However, there is no explicit step for generating an index.html file or updating the content of the gh-pages branch. To address this, you should include a step to generate the index.html file based on your benchmark results, and then add a separate step to update the gh-pages branch with the new content. Make sure to customize these steps according to your project structure, and ensure that the necessary files are staged for commit. Additionally, verify that your repository has a gh-pages branch created, and GitHub Pages is configured to use this branch for rendering content.
when using external-data-json-path
the action doesn't create an index.html file. It will only create one if that option is not set. You can have a look at Charts on Github Pages part of README for an example
Hi,
I am trying to use this github action for keeping track on the performance of a
customSmallerIsBetter
tool. After the action is executed, I don't seeindex.html
is being generated.I would appreciate some help. Thanks!