Skip to content

Commit

Permalink
Update gen-docs.yml (#608)
Browse files Browse the repository at this point in the history
  • Loading branch information
srinandan authored Dec 10, 2024
1 parent 2c89e24 commit ebe612c
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/[email protected]
/tmp/go-licenses csv ./cmd/apigeecli > third-party-licenses.txt || echo "Ignore warnings"
Expand Down

0 comments on commit ebe612c

Please sign in to comment.