We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1145b26 commit 0f047e6Copy full SHA for 0f047e6
.github/workflows/jekyll-gh-pages.yml
@@ -38,6 +38,8 @@ jobs:
38
destination: ./_site/${{ github.head_ref || github.ref_name }}
39
- name: Upload artifact
40
uses: actions/upload-pages-artifact@v3
41
+ with:
42
+ path: ./_site/${{ github.head_ref || github.ref_name }}
43
44
# Deployment job
45
deploy:
0 commit comments