Skip to content
This repository was archived by the owner on Jun 26, 2024. It is now read-only.

Commit a64993c

Browse files
committed
ci: fix gemfile.lock permission
1 parent bd97e17 commit a64993c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jekyll.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
run: |
1616
docker run \
1717
-v ${{ github.workspace }}:/srv/jekyll -v ${{ github.workspace }}/_site:/srv/jekyll/_site \
18-
jekyll/builder:latest /bin/bash -c "chmod 777 /srv/jekyll && jekyll build --future"
18+
jekyll/builder:latest /bin/bash -c "chmod a+w /srv/jekyll/Gemfile.lock && chmod 777 /srv/jekyll && jekyll build --future"
1919
- name: Deploy to server
2020
uses: easingthemes/[email protected]
2121
env:

0 commit comments

Comments
 (0)