We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b92f7b commit 0a760f3Copy full SHA for 0a760f3
.github/workflows/jekyll.yml
@@ -21,4 +21,10 @@ jobs:
21
docker run \
22
-v ${{ github.workspace }}:/srv/jekyll \
23
-v ${{ github.workspace }}/_site:/srv/jekyll/_site \
24
- jekyll/builder:4.2.0 /bin/bash -c "chmod -R 777 /srv/jekyll && jekyll build --future"
+ 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