We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0164813 commit bca7a1aCopy full SHA for bca7a1a
.github/workflows/pages.yml
@@ -47,16 +47,16 @@ jobs:
47
JEKYLL_ENV: production
48
- name: Upload artifact
49
# 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
+ uses: actions/upload-pages-artifact@v1
+ # with:
+ # name: github-pages
+ # path: ./_site
54
55
- name: Download artifact
56
- uses: actions/download-artifact@v3
57
58
59
+ uses: actions/download-artifact@v1
60
61
# Deployment job
62
deploy:
0 commit comments