Skip to content

Commit

Permalink
Fix git config.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreibancioiu committed Mar 29, 2024
1 parent 287102a commit 9296e2b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/update-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,9 @@ jobs:
DOCS_OUTPUT_FOLDER=$DOCS_OUTPUT_FOLDER npm run api:document
cd ${GITHUB_WORKSPACE}/docs
# See: https://github.com/actions/checkout/blob/main/README.md#push-a-commit-using-the-built-in-token
git config user.name github-actions
git config user.email [email protected]
git commit -am "Re-generated docs."
git push

0 comments on commit 9296e2b

Please sign in to comment.