We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 458c01b commit 4800b3aCopy full SHA for 4800b3a
.github/workflows/jekyll-gh-pages.yml
@@ -28,6 +28,12 @@ jobs:
28
steps:
29
- name: Checkout
30
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
37
- name: Setup Pages
38
uses: actions/configure-pages@v5
39
- name: Build with Jekyll
0 commit comments