From 42fa721966ea4aa4eb069a0f9526463971d4fe34 Mon Sep 17 00:00:00 2001 From: Max Date: Sat, 3 Aug 2024 13:53:21 +0200 Subject: [PATCH] fix docs --- .github/workflows/deploy.yaml | 7 +++++++ 1 file changed, 7 insertions(+) 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