Skip to content

Commit 0f047e6

Browse files
committed
add path to artifact
1 parent 1145b26 commit 0f047e6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/jekyll-gh-pages.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ jobs:
3838
destination: ./_site/${{ github.head_ref || github.ref_name }}
3939
- name: Upload artifact
4040
uses: actions/upload-pages-artifact@v3
41+
with:
42+
path: ./_site/${{ github.head_ref || github.ref_name }}
4143

4244
# Deployment job
4345
deploy:

0 commit comments

Comments
 (0)