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