- Update workflow

This commit is contained in:
ParticleG
2024-10-30 23:25:33 +08:00
parent fc703f241c
commit 13b277b35a

View File

@@ -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: