1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-01-17 04:38:28 +01:00

jekyll build fix

This commit is contained in:
codecalm 2020-03-09 22:48:26 +01:00
parent 34683786f2
commit 7d642c6704

View File

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