Skip to content

Commit

Permalink
add dry run
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer committed Aug 26, 2024
1 parent baa8aa4 commit bababbc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,17 @@ on:
inputs:
tag:
description: 'Tag to release'
pull_request:

permissions:
contents: write

jobs:
docs:
name: "Generate and Deploy Documentation"
uses: GoogleCloudPlatform/php-tools/.github/workflows/doctum.yml@doctum
uses: GoogleCloudPlatform/php-tools/.github/workflows/doctum.yml@main
with:
title: "Google Auth Library PHP Reference Documentation"
default_version: ${{ inputs.tag || github.ref_name }}
dry_run: ${{ github.event_name == 'pull_request' }}

0 comments on commit bababbc

Please sign in to comment.