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 a2e3640 commit 8749336
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +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 && chmod -R 777 /srv/jekyll && jekyll build --future"
jekyll/builder:latest /bin/bash -c "chown -R $(id -u):$(id -g) /srv/jekyll && jekyll build --future"
# && chmod -R 777 /srv/jekyll

0 comments on commit 8749336

Please sign in to comment.