diff --git a/.github/workflows/website-bot-update.yml b/.github/workflows/website-bot-update.yml index 265b5b2..5765226 100644 --- a/.github/workflows/website-bot-update.yml +++ b/.github/workflows/website-bot-update.yml @@ -72,8 +72,10 @@ jobs: cd ${{ github.workspace }} - name: Generate API docs run: typedoc --json ./docs.json --pretty --entryPoints ../sernHandlerV2/src/index.ts --tsconfig ../sernHandlerV2/tsconfig.json --excludeExternals - - name: Push to repo + - name: Add and commit changes run: | + git config --global user.email "129876409+sernbot@users.noreply.github.com" + git config --global user.name "sernbot" git add . git commit -m "docs: Update API section" - name: Push changes