@JoeJimFlood
To enable the publishing of the documentation via GitHub pages, you need to:
In the repository, go to Settings -> Pages.
In the Branch dropdown, select gh-pages
You can then update the About section of the repository to include the URL for the documentation.
I'll merge this now to trigger the GitHub Action, which should create the gh-pages branch. This will allow you to select the gh-pages branch in the settings.
@AshishKuls: after the merge, I'll create another branch that Lawrence can use to update the documentation. See the README in the docs folder for instructions on how to set things up and run them locally.
@JoeJimFlood To enable the publishing of the documentation via GitHub pages, you need to:
gh-pages
You can then update the
About
section of the repository to include the URL for the documentation.I'll merge this now to trigger the GitHub Action, which should create the
gh-pages
branch. This will allow you to select thegh-pages
branch in the settings.@AshishKuls: after the merge, I'll create another branch that Lawrence can use to update the documentation. See the
README
in thedocs
folder for instructions on how to set things up and run them locally.