Skip to content

Generate Documentation #12

Generate Documentation

Generate Documentation #12

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"
theme: 'apiclient-services'
default_tag: ${{ inputs.tag }}

Check failure on line 21 in .github/workflows/docs.yml

View workflow run for this annotation

GitHub Actions / Generate Documentation

Invalid workflow file

The workflow is not valid. .github/workflows/docs.yml (Line: 21, Col: 24): Invalid input, default_tag is not defined in the referenced workflow.
tag_pattern: ''