Skip to content

Commit a3db6cf

Browse files
again
1 parent 98bcd86 commit a3db6cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,9 @@ jobs:
5454
uses: actions/configure-pages@v4
5555

5656
- name: Upload artifact
57-
uses: actions/upload-pages-artifact@v2
57+
uses: actions/upload-artifact@v4
5858
with:
59+
name: github-pages
5960
path: "./dist"
6061

6162
- name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)