Skip to content

Commit 524e454

Browse files
authored
Update pages.yml
1 parent 641739a commit 524e454

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
@@ -45,6 +45,8 @@ jobs:
4545
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
4646
env:
4747
JEKYLL_ENV: production
48+
- name: List generated site files
49+
run: ls -la _site
4850
- name: Upload artifact
4951
# Automatically uploads an artifact from the './_site' directory by default
5052
uses: actions/upload-pages-artifact@main

0 commit comments

Comments
 (0)