Skip to content

Commit 590d352

Browse files
committed
trying to fix issue
1 parent 8dc850a commit 590d352

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/jekyll.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ jobs:
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
4348

4449
deploy:
4550
needs: build

0 commit comments

Comments
 (0)