Update jekyll.yml

This commit is contained in:
Patrick Marsceill
2019-08-09 14:52:33 -04:00
committed by GitHub
parent a6908c2c05
commit 82681fdf53
+1 -2
View File
@@ -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"