diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-06-07 12:03:44 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-06-07 12:03:44 +0200 |
commit | 611f12640e1507dccf72ea637c044fa1645b683b (patch) | |
tree | 810578ff5b08d487dc8c8d6c157cbd819e252bad | |
parent | workflows/jekyll: upgrade actions (diff) | |
download | sorting-algorithms-611f12640e1507dccf72ea637c044fa1645b683b.tar.gz sorting-algorithms-611f12640e1507dccf72ea637c044fa1645b683b.zip |
workflows/jekyll: 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 fa9137d..2a70e51 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 |