Skip to content

Commit bca7a1a

Browse files
committed
change to v1
1 parent 0164813 commit bca7a1a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/pages.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,16 +47,16 @@ 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
51-
with:
52-
name: github-pages
53-
path: ./_site
50+
uses: actions/upload-pages-artifact@v1
51+
# with:
52+
# name: github-pages
53+
# path: ./_site
5454

5555
- name: Download artifact
56-
uses: actions/download-artifact@v3
57-
with:
58-
name: github-pages
59-
path: ./_site
56+
uses: actions/download-artifact@v1
57+
# with:
58+
# name: github-pages
59+
# path: ./_site
6060

6161
# Deployment job
6262
deploy:

0 commit comments

Comments
 (0)