Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 686 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 686 Bytes

Roc website

Build

This repo contains the source code and the build script for Roc website.

It has two branches:

  • source — holds static content (in www) 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.