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 782fa8d commit 8510fb7Copy full SHA for 8510fb7
.github/workflows/pages-deploy.yml
@@ -37,7 +37,6 @@ jobs:
37
- name: Setup Ruby
38
uses: ruby/setup-ruby@v1
39
with:
40
- ruby-version: 3.3
41
bundler-cache: true
42
43
- name: Build site
.tool-versions
@@ -0,0 +1 @@
1
+ruby 3.4.4
Gemfile
@@ -3,6 +3,7 @@
3
source "https://rubygems.org"
4
5
gem "jekyll-theme-chirpy"
6
+gem "logger"
7
8
group :test do
9
gem "html-proofer", "~> 5.0"
0 commit comments