mirror of
https://github.com/Shabinder/SpotiFlyer.git
synced 2024-11-22 09:04:32 +01:00
WorkFlow update
This commit is contained in:
parent
176c19b2d0
commit
871727430f
4
.github/workflows/build-and-publish-kjs.yml
vendored
4
.github/workflows/build-and-publish-kjs.yml
vendored
@ -26,7 +26,7 @@ jobs:
|
|||||||
uses: JamesIves/github-pages-deploy-action@4.1.0
|
uses: JamesIves/github-pages-deploy-action@4.1.0
|
||||||
with:
|
with:
|
||||||
repository-name: Shabinder/SpotiFlyer
|
repository-name: Shabinder/SpotiFlyer
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
# 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/distributions # The folder the action should deploy.
|
FOLDER: web-app/build/distributions # The folder the action should deploy.
|
||||||
CLEAN: true # Automatically remove deleted files from the deploy branch
|
CLEAN: true # Automatically remove deleted files from the deploy branch
|
||||||
|
Loading…
Reference in New Issue
Block a user