We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70a89df commit 5f9ef26Copy full SHA for 5f9ef26
.github/workflows/pages.yml
@@ -65,6 +65,8 @@ jobs:
65
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
66
env:
67
JEKYLL_ENV: production
68
+ - name: List build output
69
+ run: ls -lR _site
70
- name: Upload artifact
71
uses: actions/upload-artifact@v4
72
with:
0 commit comments