Skip to content

Commit 0dff486

Browse files
fix workflow
1 parent 826ea0a commit 0dff486

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/static.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,8 @@ jobs:
3434
- name: Setup Pages
3535
uses: actions/configure-pages@v5
3636
- name: Upload artifact
37-
uses: actions/upload-artifact@v4
37+
uses: actions/upload-pages-artifact@v3
3838
with:
39-
name: "github-pages"
4039
# Upload entire repository
4140
path: '.'
4241
- name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)