diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f80d47156..7c81f58de 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 }}