Skip to content

Commit 690ebd8

Browse files
committed
add slash
1 parent 9d614c3 commit 690ebd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: actions/jekyll-build-pages@v1
3636
with:
3737
source: ./posts
38-
destination: ./_site${{ github.head_ref || github.ref_name }}
38+
destination: ./_site/${{ github.head_ref || github.ref_name }}
3939
- name: Upload artifact
4040
uses: actions/upload-pages-artifact@v3
4141

0 commit comments

Comments
 (0)