Skip to content

Commit 1056ed1

Browse files
authored
Enable trace option for Jekyll build in PR preview workflow (#329)
1 parent 390bc2a commit 1056ed1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ jobs:
227227
echo "preview:" >> _action.yml
228228
echo " pr-number: ${{ env.GITHUB_PR_NUMBER }}" >> _action.yml
229229
${{ env.PREVIEW_WATCH }} || bundle install --jobs 4
230-
bundle exec jekyll build --config _config.yml,_action.yml
230+
bundle exec jekyll build --trace --config _config.yml,_action.yml
231231
- id: upload-site
232232
name: Upload Site
233233
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)