Skip to content

Commit 65a5200

Browse files
committed
add - name: Download artifact
1 parent cf474fa commit 65a5200

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/pages.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,13 @@ jobs:
4747
JEKYLL_ENV: production
4848
- name: Upload artifact
4949
# Automatically uploads an artifact from the './_site' directory by default
50-
uses: actions/upload-pages-artifact@v3
50+
uses: actions/upload-pages-artifact@v4
51+
with:
52+
name: github-pages
53+
path: ./_site
54+
55+
- name: Download artifact
56+
uses: actions/download-artifact@v4
5157
with:
5258
name: github-pages
5359
path: ./_site

0 commit comments

Comments
 (0)