Generate Documentation #184
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Generate Documentation | |
on: | |
push: | |
tags: | |
- "*" | |
workflow_dispatch: | |
inputs: | |
tag: | |
description: 'Tag to generate documentation for' | |
required: false | |
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" | |
default_version: ${{ inputs.tag || github.ref_name }} | |
exclude_file: aliases.php | |
tag_pattern: "v2.*" | |