Skip to content

feat: add logging to the supported transports #189

feat: add logging to the supported transports

feat: add logging to the supported transports #189

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
if: ${{ github.event.pull_request.head.repo.full_name == 'googleapis/gax-php' }}
with:
title: "Google API Core (GAX) Reference Documentation"
default_version: ${{ inputs.tag || github.head_ref || github.ref_name }}
dry_run: ${{ github.event_name == 'pull_request' }}