Correct build folder name
This commit is contained in:
parent
46a6a1c52d
commit
6f7c3acb66
2
.github/workflows/hostinger.yml
vendored
2
.github/workflows/hostinger.yml
vendored
@ -29,6 +29,6 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
REPO: self
|
REPO: self
|
||||||
BRANCH: build # The branch name where you want to push the assets
|
BRANCH: build # The branch name where you want to push the assets
|
||||||
FOLDER: build # The directory where your assets are generated
|
FOLDER: ./_site # 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…
x
Reference in New Issue
Block a user