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 f1cbad4 commit 4d153f8Copy full SHA for 4d153f8
1 file changed
.github/workflows/jekyll-gh-pages.yml
@@ -36,6 +36,9 @@ jobs:
36
with:
37
node-version: lts/*
38
cache: 'npm'
39
+
40
+ - name: Go to Demo project
41
+ run: cd ./demo/
42
- name: Install dependencies
43
run: npm ci
44
- name: Build
@@ -46,7 +49,7 @@ jobs:
46
49
uses: actions/upload-pages-artifact@v3
47
50
48
51
# Upload dist folder
- path: './demo/dist'
52
+ path: './dist'
53
- name: Deploy to GitHub Pages
54
id: deployment
55
uses: actions/deploy-pages@v4
0 commit comments