diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-06-07 11:00:43 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-06-07 11:00:43 +0200 |
commit | 0db2a5ad5f5ecfadf675f902eeae79100a093b17 (patch) | |
tree | 269813ba7a59aba8243fcda91c3d0117f2524a51 | |
parent | update CV URL (diff) | |
download | egor-tensin.github.io-0db2a5ad5f5ecfadf675f902eeae79100a093b17.tar.gz egor-tensin.github.io-0db2a5ad5f5ecfadf675f902eeae79100a093b17.zip |
workflow/ci: use .ruby-version for setup-ruby action
-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 6b9eda5..74520f8 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.yml @@ -9,7 +9,6 @@ jobs: deploy: 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 |