File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4141 node-version : 18
4242 - run : npm ci
4343 - name : Setup Ruby
44- uses : ruby/setup-ruby@8575951200e472d5f2d95c625da0c7bec8217c42 # v1.161 .0
44+ uses : ruby/setup-ruby@086ffb1a2090c870a3f881cc91ea83aa4243d408 # v1.195 .0
4545 with :
4646 ruby-version : " 3.2" # Not needed with a .ruby-version file
4747 bundler-cache : true # runs 'bundle install' and caches installed gems automatically
Original file line number Diff line number Diff line change @@ -131,19 +131,19 @@ jobs:
131131 with :
132132 node-version : 18
133133 - run : npm ci
134- working-directory : ' ./docs'
134+ working-directory : " ./docs"
135135 - name : Setup Ruby
136- uses : ruby/setup-ruby@8575951200e472d5f2d95c625da0c7bec8217c42 # v1.161 .0
136+ uses : ruby/setup-ruby@086ffb1a2090c870a3f881cc91ea83aa4243d408 # v1.195 .0
137137 with :
138- ruby-version : ' 3.1'
138+ ruby-version : " 3.1"
139139 bundler-cache : true
140140 cache-version : 0
141- working-directory : ' ./docs'
141+ working-directory : " ./docs"
142142 - name : Setup Pages
143143 id : pages
144144 uses : actions/configure-pages@v5
145145 with :
146- working-directory : ' ./docs'
146+ working-directory : " ./docs"
147147 - name : Build with Jekyll
148148 working-directory : ./docs
149149 run : bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
You can’t perform that action at this time.
0 commit comments