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: