Skip to content

Commit 65e3fee

Browse files
committed
tweak
1 parent 39d1ce7 commit 65e3fee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy-pages.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ jobs:
1616
uses: actions/checkout@v4
1717

1818
- name: Upload Pages artifact
19-
uses: actions/upload-pages-artifact@v1
19+
uses: actions/upload-artifact@v4
2020
with:
21+
name: pages
2122
path: html
2223

2324
deploy:

0 commit comments

Comments
 (0)