Skip to content

Commit 916a50d

Browse files
committedJun 3, 2024
Set explicit name when uploading artifact
1 parent d1942ec commit 916a50d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎.github/workflows/pages.yml

+1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jobs:
5656
if: runner.os == 'Linux'
5757
uses: actions/upload-artifact@v4
5858
with:
59+
name: github-pages
5960
path: docs
6061

6162
- name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)