Description
PR #36 implemented a gh-action to compile a list of open documentation
issues across Jupyter sub-projects, the output was being saved in a CSV file in the main branch. Such behaviour (ie, autonomous creation of commits to the main branch) was changed in PR #39.
PR #39 modified the location of that workflow's output: now, the workflow was creating an HTML table in gh-pages
branch. This would keep the main
branch clear from bot-created commits, plus we would be able to see the list of issues through an html page with features such as filtering and sorting.
There is, though, a redirection from jupyter.github.io
to jupyter.org
which renders the HTML table (in GitHub pages) inaccessible. Meaning that we should find another venue to such table of issues.