Skip to content

Commit

Permalink
chore: fix publish job (#8627)
Browse files Browse the repository at this point in the history
Noticed this was broke. Had to do the same thing in googleapis/google-api-go-client#2147 when we upgraded our images.
  • Loading branch information
codyoss authored Sep 29, 2023
1 parent 2b5a2b5 commit dd0b039
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/kokoro/publish_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ set -eo pipefail
# Display commands being run.
set -x

git config --global --add safe.directory $PWD
cd github/google-cloud-go/internal/godocfx
go install
cd -
Expand Down

0 comments on commit dd0b039

Please sign in to comment.