File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3737 ruby-version : ' 3.3' # Not needed with a .ruby-version file
3838 bundler-cache : true # runs 'bundle install' and caches installed gems automatically
3939 cache-version : 0 # Increment this number if you need to re-download cached gems
40+ - name : Install dependencies
41+ run : |
42+ bundle install
43+ working-directory : docs
4044 - name : Setup Pages
4145 id : pages
4246 uses : actions/configure-pages@v5
Original file line number Diff line number Diff line change 11source 'https://rubygems.org'
22
33gem "jekyll" , "~> 4.4.1" # installed by `gem jekyll`
4- # gem "webrick" # required when using Ruby >= 3 and Jekyll <= 4.2.2
4+ gem "webrick" # required when using Ruby >= 3 and Jekyll <= 4.2.2
55
6- gem "just-the-docs" , "0.10.1" # pinned to the current release
7- # gem "just-the-docs" # always download the latest release
6+ # gem "just-the-docs", "0.10.1" # pinned to the current release
7+ gem "just-the-docs" # always download the latest release
You can’t perform that action at this time.
0 commit comments