We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f17bf3 commit 2f59873Copy full SHA for 2f59873
1 file changed
.github/workflows/deploy.yml
@@ -20,10 +20,10 @@ jobs:
20
21
- name: Build Jekyll site
22
run: |
23
+ chmod -R 777 .
24
docker run --rm \
- -v "${{ github.workspace }}:/srv/jekyll:Z" \
25
+ -v "${{ github.workspace }}:/srv/jekyll" \
26
-e JEKYLL_ENV=production \
- -u 0:0 \
27
jekyll/jekyll:4.2.2@sha256:400b8d1569f118bca8a3a09a25f32803b00a55d1ea241feaf5f904d66ca9c625 \
28
jekyll build --trace
29
0 commit comments