Skip to content

Commit 2f59873

Browse files
committed
fix jekyll permissions
1 parent 1f17bf3 commit 2f59873

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020

2121
- name: Build Jekyll site
2222
run: |
23+
chmod -R 777 .
2324
docker run --rm \
24-
-v "${{ github.workspace }}:/srv/jekyll:Z" \
25+
-v "${{ github.workspace }}:/srv/jekyll" \
2526
-e JEKYLL_ENV=production \
26-
-u 0:0 \
2727
jekyll/jekyll:4.2.2@sha256:400b8d1569f118bca8a3a09a25f32803b00a55d1ea241feaf5f904d66ca9c625 \
2828
jekyll build --trace
2929

0 commit comments

Comments
 (0)