Update jekyll-docker.yml

Signed-off-by: John Gotti Sr. <109058188+Agentofchaoss@users.noreply.github.com>
This commit is contained in:
John Gotti Sr 2023-11-05 16:44:50 -08:00 committed by GitHub
parent a92bcfe3d8
commit cbd3656741
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,3 +18,7 @@ jobs:
docker run \
-v ${{ github.workspace }}:/srv/jekyll -v ${{ github.workspace }}/_site:/srv/jekyll/_site \
jekyll/builder:latest /bin/bash -c "chmod -R 777 /srv/jekyll && jekyll build --future"
- name: Deploy Docker
uses: sidikfaha/deploy-docker@v1.0.1