Skip to content

Commit 588cd77

Browse files
committed
gh actions fix
1 parent 51e2d38 commit 588cd77

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/static.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
name: Deploy demo
1+
name: Deploy Demo
2+
23
on:
4+
# Runs on pushes targeting the default branch
35
push:
46
branches: ["main"]
57

@@ -33,8 +35,8 @@ jobs:
3335
- name: Upload artifact
3436
uses: actions/upload-pages-artifact@v3
3537
with:
36-
# Upload entire repository
37-
path: '/demo'
38+
# Deploy using demo folder
39+
path: 'demo'
3840
- name: Deploy to GitHub Pages
3941
id: deployment
4042
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)