Skip to content

Generate Documentation #182

Generate Documentation

Generate Documentation #182

Workflow file for this run

name: Generate Documentation
on:
push:
tags:
- "*"
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"
tag: ${{ inputs.tag }}
exclude_file: aliases.php