diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e67e7c64..3d86d473 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -3,7 +3,7 @@ name: Deploy to GitHub Pages on: push: branches: - - main + - gh-pages jobs: deploy: @@ -17,5 +17,5 @@ jobs: uses: peaceiris/actions-gh-pages@v3 with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_branch: main + publish_branch: gh-pages publish_dir: ./pages