diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1d338b6..666d2da 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -41,7 +41,7 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} # GitHub Pages branch to deploy - publish_branch: main + publish_branch: gh-pages # Build output to publish to the `gh-pages` branch: publish_dir: ./website/build # working-directory: './website'