Skip to content

Generate Documentation #4

Generate Documentation

Generate Documentation #4

Workflow file for this run

name: Generate Documentation
on:
push:
tags:
- "*"
workflow_dispatch:
inputs:
tag:
description: 'default tag for documentation'
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"
default_tag: ${{ inputs.tag }}
tag_pattern: ''