Update version of github-pages-deploy-action used in templates (#77)
The last release of v3 was in 2020. The input parameters are now lowercase, and the token is now automatically taken from the environment.
This commit is contained in:
7
.github/workflows/godot-ci.yml
vendored
7
.github/workflows/godot-ci.yml
vendored
@@ -81,11 +81,10 @@ jobs:
|
|||||||
name: web
|
name: web
|
||||||
path: build/web
|
path: build/web
|
||||||
- name: Deploy to GitHub Pages 🚀
|
- name: Deploy to GitHub Pages 🚀
|
||||||
uses: JamesIves/github-pages-deploy-action@releases/v3
|
uses: JamesIves/github-pages-deploy-action@releases/v4
|
||||||
with:
|
with:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
branch: gh-pages # The branch the action should deploy to.
|
||||||
BRANCH: gh-pages # The branch the action should deploy to.
|
folder: build/web # The folder the action should deploy.
|
||||||
FOLDER: build/web # The folder the action should deploy.
|
|
||||||
|
|
||||||
export-mac:
|
export-mac:
|
||||||
name: Mac Export
|
name: Mac Export
|
||||||
|
|||||||
Reference in New Issue
Block a user