Document
Prerequisites
GitHub Pages
Scroll down to the Pages section in the left sidebar.
Under Build and deployment, select GitHub Actions as the source.
Consuming the workflow
name: Writerside Documentation Pipeline
permissions:
contents: write
id-token: write
pages: write
pull-requests: write
jobs:
document:
uses: kurocado-studio/dev-ops/.github/workflows/workflow.document.yml@main
secrets:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
instance_id: dcs
Overview
Builds and deploys project documentation using Docker-based builders.
Last modified: 27 March 2025