Skip to content

Commit 3fa2a5d

Browse files
committed
attempt to fix html5validator workflow
1 parent 5146320 commit 3fa2a5d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/html5validator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
- uses: ruby/setup-ruby@v1
1313
with:
14-
ruby-version: 3.1
14+
ruby-version: ".ruby-version"
1515
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
1616

1717
- name: Jekyll build

.ruby-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.3

0 commit comments

Comments
 (0)