Skip to content

Generate Documentation #2

Generate Documentation

Generate Documentation #2

Workflow file for this run

name: Generate Documentation
on:
push:
tags:
- "*"
pull_request:
workflow_dispatch:
inputs:
tag:
description: 'Tag to release'
required: true
permissions:
contents: write
jobs:
docs:
name: "Generate and Deploy Documentation"
uses: GoogleCloudPlatform/php-tools/.github/workflows/doctum.yml@doctum
with:
title: "Google Cloud PHP Client Services"
tag: ${{ inputs.tag }}