From 13b277b35a58e13db1b39f5a7f93b12b2c6febd4 Mon Sep 17 00:00:00 2001 From: ParticleG Date: Wed, 30 Oct 2024 23:25:33 +0800 Subject: [PATCH] - Update workflow --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c6cd529c..2cf9782e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -435,13 +435,13 @@ jobs: run: | mv ${{ env.CORE_LOVE_PACKAGE_PATH }} ./.github/build/web/game.love - name: Deploy to GitHub Pages - uses: crazy-max/ghaction-github-pages@v3 + uses: crazy-max/ghaction-github-pages@v4 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: build_dir: ./.github/build/web/ keep_history: false - target_branch: web-dev + target_branch: gh-pages - name: Upload artifact uses: actions/upload-artifact@v3 with: