Skip to content

Commit 5f9ef26

Browse files
committed
try ls _site dir
1 parent 70a89df commit 5f9ef26

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pages.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ jobs:
6565
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
6666
env:
6767
JEKYLL_ENV: production
68+
- name: List build output
69+
run: ls -lR _site
6870
- name: Upload artifact
6971
uses: actions/upload-artifact@v4
7072
with:

0 commit comments

Comments
 (0)