We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e1123f commit 342ad6aCopy full SHA for 342ad6a
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
10
- uses: actions/checkout@v4
11
- uses: ruby/setup-ruby@v1
12
with:
13
- ruby-version: 3.1
+ ruby-version: 3.2
14
bundler-cache: true
15
- name: Jekyll Build
16
run: bundle exec jekyll build
@@ -24,7 +24,7 @@ jobs:
24
submodules: true
25
26
27
28
29
- name: Doc Build
30
run: rake build
.github/workflows/gh-pages.yml
@@ -11,7 +11,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
17
0 commit comments