1
0
mirror of https://github.com/jenil/chota.git synced 2023-08-10 21:13:07 +03:00

Update jekyll.yml

This commit is contained in:
Jenil Gogari 2019-08-18 11:56:39 -04:00 committed by GitHub
parent 2c08e8d8b0
commit 52780bca4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,4 +13,4 @@ jobs:
run: |
docker run \
-v ${{ github.workspace }}/docs:/srv/jekyll -v ${{ github.workspace }}/docs/_site:/srv/jekyll/_site \
jekyll/builder:latest /bin/bash -c "chmod 777 srv/jekyll && jekyll build --future"
jekyll/builder:3.8.4 /bin/bash -c "chmod 777 srv/jekyll && jekyll build --future"