File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4747 - name : Install Bundler Deps
4848 if : steps.cache.outputs.bundler-cache-hit != 'true'
4949 run : |
50- export PATH=${PATH}:/home/runner/.local/share/gem/ruby/3.0 .0/bin
51- /home/runner/.local/share/gem/ruby/3.0 .0/bin/bundle config set --local path '/home/runner/.local/vendor/bundle'
52- /home/runner/.local/share/gem/ruby/3.0 .0/bin/bundle install
50+ export PATH=${PATH}:/home/runner/.local/share/gem/ruby/3.2 .0/bin
51+ /home/runner/.local/share/gem/ruby/3.2 .0/bin/bundle config set --local path '/home/runner/.local/vendor/bundle'
52+ /home/runner/.local/share/gem/ruby/3.2 .0/bin/bundle install
5353
5454 - uses : actions/checkout@v3
5555 id : checkout-production
6060
6161 - name : Build Site
6262 run : |
63- /home/runner/.local/share/gem/ruby/3.0 .0/bin/bundle exec jekyll build -d www
63+ /home/runner/.local/share/gem/ruby/3.2 .0/bin/bundle exec jekyll build -d www
6464 touch www/.nojekyll
6565
6666 - name : Commit files
You can’t perform that action at this time.
0 commit comments