diff --git a/ci/jekyll.yml b/ci/jekyll.yml index 8cc3281..68dfb27 100644 --- a/ci/jekyll.yml +++ b/ci/jekyll.yml @@ -13,5 +13,4 @@ jobs: run: | docker run \ -v ${{ github.workspace }}:/srv/jekyll -v ${{ github.workspace }}/_site:/srv/jekyll/_site \ - jekyll/builder:latest \ - jekyll build --future + jekyll/builder:latest /bin/bash -c "chmod 777 srv/jekyll && jekyll build --future"