From a81093a7c6c67739b33800a78f433d24f6fe2027 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Mon, 27 May 2024 17:58:54 +0300 Subject: [PATCH] Restore html5validator This reverts commit 64fad2399b7edf0f75352fb8f986a4c889ad7d59. --- .../{html5validator.yml.disabled => html5validator.yml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{html5validator.yml.disabled => html5validator.yml} (93%) diff --git a/.github/workflows/html5validator.yml.disabled b/.github/workflows/html5validator.yml similarity index 93% rename from .github/workflows/html5validator.yml.disabled rename to .github/workflows/html5validator.yml index 1e617b3..5f8d464 100644 --- a/.github/workflows/html5validator.yml.disabled +++ b/.github/workflows/html5validator.yml @@ -11,7 +11,7 @@ jobs: - uses: ruby/setup-ruby@v1 with: - ruby-version: 3.1 + ruby-version: ".ruby-version" bundler-cache: true # runs 'bundle install' and caches installed gems automatically - name: Jekyll build