diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-06-07 11:13:14 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-06-07 11:13:14 +0200 |
commit | e5bcac55d20b4b7ee7bfbe4cb3f3c64e219336d3 (patch) | |
tree | e78938825eb4574c5f2186e2f7b36ff9797d2b67 /.github | |
parent | link to Notes before Archive (diff) | |
download | blog-e5bcac55d20b4b7ee7bfbe4cb3f3c64e219336d3.tar.gz blog-e5bcac55d20b4b7ee7bfbe4cb3f3c64e219336d3.zip |
workflows/jekyll: use .ruby-version for setup-ruby action
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/jekyll.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml index c715986..7d2cf34 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.yml @@ -9,7 +9,6 @@ jobs: build: runs-on: ubuntu-latest env: - RUBY_VERSION: 3.1 JEKYLL_GITHUB_TOKEN: '${{ secrets.GH_TOKEN }}' name: Deploy steps: @@ -18,7 +17,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 |