From 6d67cd34a0658b31460ba70dcbe142ca8ab832cb Mon Sep 17 00:00:00 2001 From: Gurpranked Date: Tue, 10 Jun 2025 11:26:27 -0400 Subject: [PATCH] chore: Update deployment configuration to be attributed to github-actions. Updated commit message with more detail. --- .github/workflows/deploy.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f80d4715..7c81f58d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -24,7 +24,6 @@ jobs: - name: Install dependencies run: npm install - - name: Fetch Latest Documentation run: npm run import @@ -45,7 +44,10 @@ jobs: MIGRATION_API_KEY: ${{ secrets.MIGRATION_API_KEY }} - name: Deploy to GitHub Pages - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./build + user_name: 'github-actions[bot]' + user_email: 'github-actions[bot]users.noreply.github.com' + commit_message: ${{ github.event.head_commit.message }}