Skip to content

Commit

Permalink
Merge branch 'master' into spiral-accepted
Browse files Browse the repository at this point in the history
  • Loading branch information
meowsbits authored Jan 19, 2024
2 parents fb2baca + 1bbbb2b commit 9be5383
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 9be5383

Please sign in to comment.