We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d614c3 commit 690ebd8Copy full SHA for 690ebd8
.github/workflows/jekyll-gh-pages.yml
@@ -35,7 +35,7 @@ jobs:
35
uses: actions/jekyll-build-pages@v1
36
with:
37
source: ./posts
38
- destination: ./_site${{ github.head_ref || github.ref_name }}
+ destination: ./_site/${{ github.head_ref || github.ref_name }}
39
- name: Upload artifact
40
uses: actions/upload-pages-artifact@v3
41
0 commit comments