We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51e2d38 commit 588cd77Copy full SHA for 588cd77
1 file changed
.github/workflows/static.yml
@@ -1,5 +1,7 @@
1
-name: Deploy demo
+name: Deploy Demo
2
+
3
on:
4
+ # Runs on pushes targeting the default branch
5
push:
6
branches: ["main"]
7
@@ -33,8 +35,8 @@ jobs:
33
35
- name: Upload artifact
34
36
uses: actions/upload-pages-artifact@v3
37
with:
- # Upload entire repository
- path: '/demo'
38
+ # Deploy using demo folder
39
+ path: 'demo'
40
- name: Deploy to GitHub Pages
41
id: deployment
42
uses: actions/deploy-pages@v4
0 commit comments