Skip to content

Commit ff76d78

Browse files
committed
Add explicit name for GitHub Pages artifact in workflow
1 parent 1fa187c commit ff76d78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .github/workflows/gh-pages.yml

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
uses: actions/upload-artifact@v4
4646
with:
4747
# Upload dist repository
48+
name: github-pages # Explicitly name the artifact
4849
path: "./dist"
4950
- name: Deploy to GitHub Pages
5051
id: deployment

0 commit comments

Comments
 (0)