Skip to content

Commit

Permalink
Fix push deploy docs push with git user config missing (#2862)
Browse files Browse the repository at this point in the history
  • Loading branch information
ozangunalp authored Dec 17, 2024
1 parent eb4b333 commit 8103dba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/push-deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
with:
ref: ${{ github.ref }}
token: ${{ steps.app-token.outputs.token }}
fetch-depth: 0

- name: Java setup
uses: actions/setup-java@v4
Expand Down

0 comments on commit 8103dba

Please sign in to comment.