Skip to content

Commit b26dc36

Browse files
committed
test
1 parent 28ae7f7 commit b26dc36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pages-deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ jobs:
6464
- name: Upload site artifact
6565
uses: actions/upload-artifact@v4
6666
with:
67+
name: github-pages
6768
path: _site
6869

6970
deploy:
@@ -77,6 +78,7 @@ jobs:
7778
- name: Download site artifact
7879
uses: actions/download-artifact@v4
7980
with:
81+
name: github-pages
8082
path: _site
8183

8284
- name: List contents of _site directory after download
@@ -85,6 +87,4 @@ jobs:
8587
- name: Deploy to GitHub Pages
8688
id: deployment
8789
uses: actions/deploy-pages@v4
88-
with:
89-
path: _site
9090

0 commit comments

Comments
 (0)