added ruby version for build
Some checks failed
Deploy Jekyll site to Pages / build (push) Failing after 3m34s

This commit is contained in:
Florian Weber 2024-12-29 21:05:10 +01:00
parent e318d19b2a
commit 35b4129c89
Signed by: f.weber
GPG Key ID: B162B599E31221C6

View File

@ -31,6 +31,8 @@ jobs:
# Build job
build:
runs-on: ubuntu-22.04
env:
RUBY_VERSION: "3.3.5"
steps:
- name: Checkout
uses: actions/checkout@v4