Skip to content

Commit ccdfe6d

Browse files
committed
Fix GitHub Pages deployment: explicitly name artifact to prevent duplicates
1 parent a0530db commit ccdfe6d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ jobs:
4343
- name: Upload artifact
4444
uses: actions/upload-pages-artifact@v3
4545
with:
46-
path: './dist'
46+
path: 'dist'
47+
name: github-pages
4748

4849
deploy:
4950
environment:

0 commit comments

Comments
 (0)