We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54a7d75 commit 5676b76Copy full SHA for 5676b76
.github/workflows/publish-to-github-pages.yml
@@ -48,7 +48,7 @@ jobs:
48
docker run \
49
-v ${{ github.workspace }}/src:/srv/jekyll \
50
-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"
+ jekyll/builder:3.8.6 /bin/bash -c "chmod 777 /srv/jekyll && jekyll build --trace --future --strict_front_matter"
52
53
- name: 🔄 Prepare live copy
54
run: |
0 commit comments