Skip to content

Commit 108b7ba

Browse files
committed
using differnt version for actions
1 parent 590d352 commit 108b7ba

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

.github/workflows/jekyll.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,11 @@ jobs:
3535
env:
3636
JEKYLL_ENV: production
3737

38-
- name: Upload artifact
39-
uses: actions/upload-pages-artifact@v1
38+
- name: Upload artifact (v2)
39+
uses: actions/upload-artifact@v2
4040
with:
4141
name: github-pages
4242
path: ./_site
43-
- name: Dummy upload to fetch upload-artifact@v3
44-
uses: actions/upload-artifact@v3
45-
with:
46-
name: dummy-artifact
47-
path: README.md
4843

4944
deploy:
5045
needs: build

0 commit comments

Comments
 (0)