Skip to content

Commit

Permalink
fix: #579 to publish docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ssvaidyanathan committed Nov 6, 2024
1 parent 8de00b0 commit b9ee5cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gen-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
- name: Push GH Pages
run: |
git config pull.rebase false
git config --global user.name ${{ github.actor }}
# git config --global user.email "apigeecli-bot@noreply.apigee.com"
git config --global user.name "$(git log -n 1 --pretty=format:%an)"
git config --global user.email "$(git log -n 1 --pretty=format:%ae)"
git pull origin main --allow-unrelated-histories
git checkout -b docs_$GITHUB_SHA
Expand Down

0 comments on commit b9ee5cc

Please sign in to comment.