diff options
author | Egor Tensin <egor@tensin.name> | 2025-09-09 15:58:56 +0200 |
---|---|---|
committer | Egor Tensin <egor@tensin.name> | 2025-09-09 15:58:56 +0200 |
commit | 76fda1d1d66004b68eafa0a545da33945b85af61 (patch) | |
tree | d99fbf685805c55debb50d1eefb3b1af1039ed1d | |
parent | bump dependencies (diff) | |
download | jekyll-theme-76fda1d1d66004b68eafa0a545da33945b85af61.tar.gz jekyll-theme-76fda1d1d66004b68eafa0a545da33945b85af61.zip |
workflows/ci: remove RUBY_VERSION
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/ci.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aed6b43..13d3eac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.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: |