Skip to content

Commit 74163df

Browse files
committed
make build run more verbose
1 parent 2a51ecb commit 74163df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jekyll.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uses: actions/configure-pages@v4
4444
- name: Build with Jekyll
4545
# Outputs to the './_site' directory by default
46-
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
46+
run: bundle exec jekyll build --verbose --baseurl "${{ steps.pages.outputs.base_path }}"
4747
env:
4848
JEKYLL_ENV: production
4949
- name: Upload artifact

0 commit comments

Comments
 (0)