We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbfc55f commit baf3c53Copy full SHA for baf3c53
.github/workflows/docs.yml
@@ -8,17 +8,19 @@ on:
8
tag:
9
description: 'Tag to generate documentation for'
10
required: false
11
+ pull_request:
12
13
permissions:
14
contents: write
15
16
jobs:
17
docs:
18
name: "Generate and Deploy Documentation"
- uses: GoogleCloudPlatform/php-tools/.github/workflows/doctum.yml@doctum
19
+ uses: GoogleCloudPlatform/php-tools/.github/workflows/doctum.yml@main
20
with:
21
title: "Google Cloud PHP Client"
22
default_version: ${{ inputs.tag || github.ref_name }}
23
exclude_file: aliases.php
24
tag_pattern: "v2.*"
25
+ dry_run: ${{ github.event_name == 'pull_request' }}
26
0 commit comments