Skip to content

Commit 1f17bf3

Browse files
committed
fix jekyll
1 parent f8a80d9 commit 1f17bf3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@ jobs:
2323
docker run --rm \
2424
-v "${{ github.workspace }}:/srv/jekyll:Z" \
2525
-e JEKYLL_ENV=production \
26+
-u 0:0 \
2627
jekyll/jekyll:4.2.2@sha256:400b8d1569f118bca8a3a09a25f32803b00a55d1ea241feaf5f904d66ca9c625 \
27-
jekyll build --trace --disable-disk-cache
28+
jekyll build --trace
2829
2930
- name: Copy CSS to language directories
3031
run: |

0 commit comments

Comments
 (0)