aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-05-16 15:54:38 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2022-05-16 15:54:38 +0200
commit83cdd2b326fce53a415fa5e961103daec8d5e4a9 (patch)
treedbb369c5e6eff466b3a7ae9a97640e7b7b993ec0 /.github/workflows
parentstick to Jekyll 3 temporarily (diff)
downloadegor-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 '')
-rw-r--r--.github/workflows/jekyll.yml2
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: