diff --git a/.github/workflows/update-docs.yml b/.github/workflows/update-docs.yml index cf57cb97..79c78666 100644 --- a/.github/workflows/update-docs.yml +++ b/.github/workflows/update-docs.yml @@ -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 github-actions@github.com git commit -am "Re-generated docs." git push