We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 692d241 commit 2747a91Copy full SHA for 2747a91
.github/workflows/ci.yml
@@ -77,4 +77,4 @@ jobs:
77
uses: JamesIves/github-pages-deploy-action@v4
78
with:
79
branch: gh-pages
80
- folder: dist-demo-app
+ folder: dist-demo-app/browser
.github/workflows/deploy-manual.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
steps:
15
- name: Checkout
16
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
17
18
- name: Install and Build
19
run: |
@@ -25,4 +25,4 @@ jobs:
25
26
27
28
- folder: dist/demo
+ folder: dist/demo/browser
0 commit comments