Skip to content

Commit

Permalink
Merge pull request #318 from GoogleCloudPlatform/gh_pages_fix
Browse files Browse the repository at this point in the history
Update gen-docs.yml
  • Loading branch information
ssvaidyanathan authored Dec 10, 2024
2 parents 3703cc1 + 1fe94be commit e0e5397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gen-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
git fetch origin main
git fetch origin gh_pages
git checkout gh_pages
git merge origin/main --allow-unrelated-histories
git merge -X theirs origin/main --allow-unrelated-histories
GOBIN=/tmp/ go install github.com/google/go-licenses@v1.0.0
/tmp/go-licenses csv ./cmd/integrationcli > third-party-licenses.txt || echo "Ignore warnings"
Expand Down

0 comments on commit e0e5397

Please sign in to comment.