Skip to content

Manually Publish Documentation #2

Manually Publish Documentation

Manually Publish Documentation #2

name: Manually Publish Documentation
on:
workflow_dispatch:
inputs:
version:
description: "Version tag to publish: <major>.<minor>"
required: true
type: string
env:
RUBY_VERSION: 3.1.4
permissions:
contents: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}-${{ inputs.version }}
cancel-in-progress: true
jobs:
publish_tag_docs:
uses: ./.github/workflows/yardoc.yml
with:
ref_name: v${{ inputs.version }}
ref_type: tag