Skip to content

Commit 4626709

Browse files
committed
fix(ci): explictly set artifact name to github-pages
1 parent 0bb64da commit 4626709

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pages.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
- name: upload
4646
uses: actions/upload-artifact@v4
4747
with:
48+
name: github-pages
4849
path: './docs/public'
4950

5051
- name: deploy

0 commit comments

Comments
 (0)