Skip to content

fix(tests): fix docs tests run from forks #157

fix(tests): fix docs tests run from forks

fix(tests): fix docs tests run from forks #157

Workflow file for this run

name: Documentation
on:
push:
tags:
- "*"
workflow_dispatch:
inputs:
tag:
description: 'Tag to release'
pull_request:
permissions:
contents: write
jobs:
docs:
name: "Generate Documentation"
uses: GoogleCloudPlatform/php-tools/.github/workflows/doctum.yml@main
with:
title: "Google API Core (GAX) Reference Documentation"
default_version: ${{ inputs.tag || github.event.pull_request.head.repo.full_name || github.head_ref }}
dry_run: ${{ github.event_name == 'pull_request' }}