Skip to content

Commit

Permalink
Update jekyll.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MiladYarmohammadi committed Jul 15, 2024
1 parent 8749336 commit 1e46f0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ jobs:
run: |
docker run \
-v ${{ github.workspace }}:/srv/jekyll -v ${{ github.workspace }}/_site:/srv/jekyll/_site \
jekyll/builder:latest /bin/bash -c "chown -R $(id -u):$(id -g) /srv/jekyll && jekyll build --future"
jekyll/builder:latest /bin/bash -c "chown -R $(id -u):$(id -g) /srv/jekyll && chmod -R a+w /srv/jekyll && jekyll build --future"
# && chmod -R 777 /srv/jekyll

0 comments on commit 1e46f0b

Please sign in to comment.