We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da48a06 commit f8a80d9Copy full SHA for f8a80d9
1 file changed
.github/workflows/deploy.yml
@@ -24,7 +24,7 @@ jobs:
24
-v "${{ github.workspace }}:/srv/jekyll:Z" \
25
-e JEKYLL_ENV=production \
26
jekyll/jekyll:4.2.2@sha256:400b8d1569f118bca8a3a09a25f32803b00a55d1ea241feaf5f904d66ca9c625 \
27
- jekyll build --trace
+ jekyll build --trace --disable-disk-cache
28
29
- name: Copy CSS to language directories
30
run: |
0 commit comments