diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-05-16 15:54:38 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-05-16 15:54:38 +0200 |
commit | 83cdd2b326fce53a415fa5e961103daec8d5e4a9 (patch) | |
tree | dbb369c5e6eff466b3a7ae9a97640e7b7b993ec0 /.github/workflows | |
parent | stick to Jekyll 3 temporarily (diff) | |
download | egor-tensin.github.io-83cdd2b326fce53a415fa5e961103daec8d5e4a9.tar.gz egor-tensin.github.io-83cdd2b326fce53a415fa5e961103daec8d5e4a9.zip |
roll back Ruby as well
Jekyll 3 doesn't work well w/ Ruby 3.1? Something about `webrick`
missing...
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/jekyll.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml index d406b35..647d275 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.yml @@ -12,7 +12,7 @@ jobs: deploy: runs-on: ubuntu-latest env: - RUBY_VERSION: 3.1 + RUBY_VERSION: 2.7 JEKYLL_GITHUB_TOKEN: '${{ secrets.GH_TOKEN }}' name: Deploy steps: |