From 7d642c6704b75d7b5257de22970decdd2a5b83b2 Mon Sep 17 00:00:00 2001 From: codecalm Date: Mon, 9 Mar 2020 22:48:26 +0100 Subject: jekyll build fix --- .github/workflows/jekyll.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml index 7eacaf0..5b2d4ea 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.yml @@ -17,4 +17,4 @@ jobs: run: | docker run \ -v ${{ github.workspace }}:/srv/jekyll -v ${{ github.workspace }}/_site:/srv/jekyll/_site \ - jekyll/builder:latest /bin/bash -c "chmod 777 /srv/jekyll && jekyll build --trace" + jekyll/builder:latest /bin/bash -c "chmod -R 777 /srv/jekyll && jekyll build --trace" -- cgit v1.2.1