Skip to content

Commit 4d153f8

Browse files
committed
Update jekyll-gh-pages.yml
1 parent f1cbad4 commit 4d153f8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/jekyll-gh-pages.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ jobs:
3636
with:
3737
node-version: lts/*
3838
cache: 'npm'
39+
40+
- name: Go to Demo project
41+
run: cd ./demo/
3942
- name: Install dependencies
4043
run: npm ci
4144
- name: Build
@@ -46,7 +49,7 @@ jobs:
4649
uses: actions/upload-pages-artifact@v3
4750
with:
4851
# Upload dist folder
49-
path: './demo/dist'
52+
path: './dist'
5053
- name: Deploy to GitHub Pages
5154
id: deployment
5255
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)