Skip to content

Commit

Permalink
Update workflow name in docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer authored Aug 26, 2024
1 parent da00bdb commit 3b483e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Generate Documentation
name: Documentation

on:
push:
Expand All @@ -15,7 +15,7 @@ permissions:

jobs:
docs:
name: "Generate and Deploy Documentation"
name: "Generate Documentation"
uses: GoogleCloudPlatform/php-tools/.github/workflows/doctum.yml@main
with:
title: "Google API Core (GAX) Reference Documentation"
Expand Down

0 comments on commit 3b483e1

Please sign in to comment.