Skip to content

Commit f8f4f38

Browse files
authored
Update ci-cd.yml
1 parent fc09b09 commit f8f4f38

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ permissions:
44
pages: write
55
id-token: write
66

7-
87
on:
98
push:
109
branches: [main]
@@ -39,8 +38,8 @@ jobs:
3938

4039
- uses: actions/upload-artifact@v4
4140
with:
42-
name: demo-site
43-
path: demo/
41+
name: github-pages # <- CHANGED
42+
path: demo/ # <- points to your demo folder
4443

4544
cd:
4645
needs: ci

0 commit comments

Comments
 (0)