Skip to content

Commit ba06106

Browse files
committed
fix upload-pages-artfact path
1 parent ca23698 commit ba06106

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/static.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: Upload Pages Artifact
5555
uses: actions/upload-pages-artifact@v3
5656
with:
57-
path: 'demo'
57+
path: 'demos/vanilla-js-demo/src'
5858

5959
- name: Deploy to GitHub Pages
6060
id: deployment

0 commit comments

Comments
 (0)