mirror of
https://github.com/Lissy93/dashy.git
synced 2025-12-06 16:43:13 +01:00
🔨 Attempt fix of build app script
This commit is contained in:
parent
9503a6d81b
commit
bea82219c4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-app.yml
vendored
2
.github/workflows/build-app.yml
vendored
|
|
@ -18,7 +18,7 @@ jobs:
|
||||||
npm run build
|
npm run build
|
||||||
- name: Deploy 🚀
|
- name: Deploy 🚀
|
||||||
uses: JamesIves/github-pages-deploy-action@4.1.4
|
uses: JamesIves/github-pages-deploy-action@4.1.4
|
||||||
if: ${{ github.repository_owner === 'lissy93' }}
|
if: ${{ github.repository_owner == 'lissy93' }}
|
||||||
with:
|
with:
|
||||||
branch: dev-demo
|
branch: dev-demo
|
||||||
folder: dist
|
folder: dist
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue