Skip to content

Commit 5676b76

Browse files
committed
Add tracing to jekyll build
1 parent 54a7d75 commit 5676b76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-to-github-pages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
docker run \
4949
-v ${{ github.workspace }}/src:/srv/jekyll \
5050
-v ${{ github.workspace }}/bundle:/usr/local/bundle \
51-
jekyll/builder:3.8.6 /bin/bash -c "chmod 777 /srv/jekyll && jekyll build --future --strict_front_matter"
51+
jekyll/builder:3.8.6 /bin/bash -c "chmod 777 /srv/jekyll && jekyll build --trace --future --strict_front_matter"
5252
5353
- name: 🔄 Prepare live copy
5454
run: |

0 commit comments

Comments
 (0)