- Update workflow
This commit is contained in:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -435,13 +435,13 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
mv ${{ env.CORE_LOVE_PACKAGE_PATH }} ./.github/build/web/game.love
|
mv ${{ env.CORE_LOVE_PACKAGE_PATH }} ./.github/build/web/game.love
|
||||||
- name: Deploy to GitHub Pages
|
- name: Deploy to GitHub Pages
|
||||||
uses: crazy-max/ghaction-github-pages@v3
|
uses: crazy-max/ghaction-github-pages@v4
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
with:
|
||||||
build_dir: ./.github/build/web/
|
build_dir: ./.github/build/web/
|
||||||
keep_history: false
|
keep_history: false
|
||||||
target_branch: web-dev
|
target_branch: gh-pages
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user