Skip to content

Default the docs to a curated set of common services #7

Default the docs to a curated set of common services

Default the docs to a curated set of common services #7

Workflow file for this run

name: docs
on:
push:
tags:
- "*"
workflow_dispatch:
inputs:
version:
description: Version label for this build.
required: true
type: string
jobs:
docs:
permissions:
contents: write
uses: cloudboss/cloudboss-docs/.github/workflows/docs.yml@main
with:
version: ${{ inputs.version || github.ref_name }}
generate: make docgen