Skip to content

Commit 2747a91

Browse files
committed
Demo app fix: github actions
1 parent 692d241 commit 2747a91

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,4 @@ jobs:
7777
uses: JamesIves/github-pages-deploy-action@v4
7878
with:
7979
branch: gh-pages
80-
folder: dist-demo-app
80+
folder: dist-demo-app/browser

.github/workflows/deploy-manual.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v3
16+
uses: actions/checkout@v4
1717

1818
- name: Install and Build
1919
run: |
@@ -25,4 +25,4 @@ jobs:
2525
uses: JamesIves/github-pages-deploy-action@v4
2626
with:
2727
branch: gh-pages
28-
folder: dist/demo
28+
folder: dist/demo/browser

0 commit comments

Comments
 (0)