aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-06-07 03:02:12 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2023-06-07 03:02:12 +0200
commited1662594cbc4939981d5efc9bd38c7da41cd2ca (patch)
treefc2b369aad1e5ac3518a74112f40d838da0518f5
parentworkflows/ci: upgrade actions (diff)
downloadjekyll-theme-ed1662594cbc4939981d5efc9bd38c7da41cd2ca.tar.gz
jekyll-theme-ed1662594cbc4939981d5efc9bd38c7da41cd2ca.zip
workflows/ci: use .ruby-version for setup-ruby action
-rw-r--r--.github/workflows/ci.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 2c01aaf..936f760 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -18,7 +18,6 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
- ruby-version: '${{ env.RUBY_VERSION }}'
bundler-cache: true
- name: Build
run: make build