Update jekyll.yml

This commit is contained in:
Jenil Gogari 2019-08-18 11:58:14 -04:00 committed by GitHub
parent 52780bca4c
commit 06157e6141
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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:3.8.4 /bin/bash -c "chmod 777 srv/jekyll && jekyll build --future"
jekyll/builder:latest /bin/bash -c "chmod 777 /srv/jekyll && jekyll build --future"