Skip to content

Commit 0a760f3

Browse files
committed
update ruby to gitflow
1 parent 8b92f7b commit 0a760f3

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/jekyll.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,10 @@ jobs:
2121
docker run \
2222
-v ${{ github.workspace }}:/srv/jekyll \
2323
-v ${{ github.workspace }}/_site:/srv/jekyll/_site \
24-
jekyll/builder:4.2.0 /bin/bash -c "chmod -R 777 /srv/jekyll && jekyll build --future"
24+
jekyll/builder:4.2.0 /bin/bash -c "
25+
chmod -R 777 /srv/jekyll && \
26+
gem install bundler:2.3.24 && \
27+
rbenv install 3.1.1 && \
28+
rbenv global 3.1.1 && \
29+
jekyll build --future
30+
"

0 commit comments

Comments
 (0)