We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca23698 commit ba06106Copy full SHA for ba06106
.github/workflows/static.yml
@@ -54,7 +54,7 @@ jobs:
54
- name: Upload Pages Artifact
55
uses: actions/upload-pages-artifact@v3
56
with:
57
- path: 'demo'
+ path: 'demos/vanilla-js-demo/src'
58
59
- name: Deploy to GitHub Pages
60
id: deployment
0 commit comments