Skip to content

Commit 4800b3a

Browse files
committed
Updates GHA workflow to use Ruby to get a gem-based theme
1 parent 458c01b commit 4800b3a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/jekyll-gh-pages.yml

+6
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ jobs:
2828
steps:
2929
- name: Checkout
3030
uses: actions/checkout@v4
31+
- name: Setup Ruby
32+
uses: ruby/setup-ruby
33+
with:
34+
# ruby-version: '3.3.6' # Not needed with a .ruby-version file
35+
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
36+
cache-version: 0 # Increment this number if you need to re-download cached gems
3137
- name: Setup Pages
3238
uses: actions/configure-pages@v5
3339
- name: Build with Jekyll

0 commit comments

Comments
 (0)