From 968410881bb25164f84d38c8500f036e13e55822 Mon Sep 17 00:00:00 2001 From: Pizofreude <108355948+pizofreude@users.noreply.github.com> Date: Wed, 25 Oct 2023 16:24:50 +0800 Subject: [PATCH] fix: change publish_branch: main to gh-pages --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'