We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74af154 commit b02422cCopy full SHA for b02422c
.github/workflows/jekyll-gh-pages.yml
@@ -36,6 +36,8 @@ jobs:
36
with:
37
source: ./
38
destination: ./_site
39
+ - name: Debug build output
40
+ run: ls -la ./_site
41
- name: Upload artifact
42
uses: actions/upload-pages-artifact@v3
43
0 commit comments