Skip to content

Commit

Permalink
.github/workflows: fix jekyll build issue (#525)
Browse files Browse the repository at this point in the history
  • Loading branch information
meowsbits authored Jan 19, 2024
1 parent 4114715 commit 1bbbb2b
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 @@ -14,4 +14,4 @@ jobs:
run: |
docker run \
-v ${{ github.workspace }}:/srv/jekyll -v ${{ github.workspace }}/_site:/srv/jekyll/_site \
jekyll/builder:3 /bin/bash -c "chmod 777 /srv/jekyll && jekyll build --future"
jekyll/builder:3 /bin/bash -c "chmod a+w /srv/jekyll/Gemfile.lock && chmod 777 /srv/jekyll && jekyll build --future"

0 comments on commit 1bbbb2b

Please sign in to comment.