PAHT :|
This commit is contained in:
parent
60098a0b72
commit
5bd8d79dda
|
|
@ -110,6 +110,6 @@ jobs:
|
||||||
SQUASH_HISTORY: true
|
SQUASH_HISTORY: true
|
||||||
REPO: self
|
REPO: self
|
||||||
BRANCH: gh-pages # The branch name where you want to push the assets
|
BRANCH: gh-pages # The branch name where you want to push the assets
|
||||||
FOLDER: ./bevy_forge/out # The directory where your assets are generated
|
FOLDER: ./out # The directory where your assets are generated
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # GitHub will automatically add this - you don't need to bother getting a token
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # GitHub will automatically add this - you don't need to bother getting a token
|
||||||
MESSAGE: "Build: ({sha}) {msg}" # The commit message
|
MESSAGE: "Build: ({sha}) {msg}" # The commit message
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue