File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1818 run : |
1919 docker run --rm \
2020 --volume="${{ github.workspace }}:/srv/jekyll" \
21- jekyll/builder:latest /bin/bash -c "gem install bundler && chmod -R 777 /srv/jekyll && jekyll build && bundle exec just-the-docs rake search:init"
21+ jekyll/builder:latest /bin/bash -c "gem install bundler && git config --global --add safe.directory /srv/jekyll && chmod -R 777 /srv/jekyll && jekyll build && bundle exec just-the-docs rake search:init"
2222 jekyll-3-8-5 :
23- name : Build Jekyll site (v4.0.0 )
23+ name : Build Jekyll site (v3.8.5 )
2424 runs-on : ubuntu-latest
2525 steps :
2626
3030 run : |
3131 docker run --rm \
3232 --volume="${{ github.workspace }}:/srv/jekyll" \
33- jekyll/builder:4.0.0 /bin/bash -c "gem install bundler && chmod -R 777 /srv/jekyll && jekyll build && bundle exec just-the-docs rake search:init"
33+ jekyll/builder:3.8.5 /bin/bash -c "gem install bundler && chmod -R 777 /srv/jekyll && jekyll build && bundle exec just-the-docs rake search:init"
3434 assets :
3535 name : Format and test CSS and JS
3636 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments