diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index f8380d5..a92cb3e 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -61,6 +61,13 @@ jobs: run: | cp -r /tmp/temp-docs/docs/* docs ls docs + - name: Push changes + uses: stefanzweifel/git-auto-commit-action@v5 + with: + commit_message: "chore(build): auto-generate docs" + commit_user_name: "github-actions[bot]" + commit_user_email: "github-actions[bot]@users.noreply.github.com" + commit_author: "github-actions[bot] " docusaurus: name: Build Docusaurus needs: copy-docs