Skip to content

Commit 3f7b0da

Browse files
authored
change permissions on Gemfile.lock
1 parent d1b3fa2 commit 3f7b0da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jekyll.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
run: |
3232
docker run \
3333
-v ${{ github.workspace }}:/srv/jekyll -v ${{ github.workspace }}/_site:/srv/jekyll/_site \
34-
jekyll/builder:latest /bin/bash -c "chmod 777 /srv/jekyll && jekyll build --future"
34+
jekyll/builder:latest /bin/bash -c "chmod a+w /srv/jekyll/Gemfile.lock && chmod 777 /srv/jekyll && jekyll build --future"

0 commit comments

Comments
 (0)