Skip to content

Commit cf474fa

Browse files
committed
add _site
1 parent 5edcd6d commit cf474fa

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/pages.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,10 @@ 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@v4
50+
uses: actions/upload-pages-artifact@v3
51+
with:
52+
name: github-pages
53+
path: ./_site
5154

5255
# Deployment job
5356
deploy:

0 commit comments

Comments
 (0)