This repo contains the source code and the build script for Roc website.
It has two branches:
source
— holds static content (inwww
) and GitHub Actions job to build and publish static content;content
— holds automatically published content for GitHub pages.
The job fetches and builds Roc Toolkit documentation, merges it with pre-defined static content, and deploys the result to the content
branch, which is then used by GitHib pages to render the website.