diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e4f7628..f3c5b64 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -50,13 +50,13 @@ jobs: run: | pnpm build - - name: Deploy to deploy-pages + - name: Deploy to gh-pages uses: peaceiris/actions-gh-pages@v3 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: site force_orphan: true - publish_branch: deploy-pages + publish_branch: gh-pages user_name: "github-actions[bot]" user_email: "github-actions[bot]@users.noreply.github.com" commit_message: 🚀 Deploying to gh-pages @ ${{ env.GITHUB_SHA }}