Skip to content

Commit c1b51fb

Browse files
again
1 parent 8c6db4c commit c1b51fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yaml

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

5656
- name: Upload artifact
57-
uses: actions/upload-artifact@v4
57+
uses: actions/upload-pages-artifact@v3
5858
with:
5959
name: github-pages
6060
path: "./dist"
6161

6262
- name: Deploy to GitHub Pages
6363
id: deployment
64-
uses: actions/deploy-pages@v2
64+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)