Skip to content

Commit

Permalink
Fix GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
carlesfernandez committed Jan 23, 2025
1 parent 3a8bb56 commit 7f5d126
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,4 +17,4 @@ jobs:
run: |
docker run \
-v ${{ github.workspace }}:/srv/jekyll -v ${{ github.workspace }}/_site:/srv/jekyll/_site \
jekyll/builder:4 /bin/bash -c "chmod 777 /srv/jekyll && jekyll build --future"
jekyll/builder:4 /bin/bash -c "chmod 777 /srv/jekyll && chmod a+w /srv/jekyll/Gemfile.lock && jekyll build --future"

0 comments on commit 7f5d126

Please sign in to comment.