mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-22 03:13:30 +01:00
use specific ruby version
This commit is contained in:
parent
65c8a82f22
commit
3f020542b0
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ when:
|
|||
path: "web/**"
|
||||
steps:
|
||||
build-web:
|
||||
image: ruby:latest
|
||||
image: ruby:3.2.2
|
||||
commands:
|
||||
- cd web && bundle && bundle exec jekyll build
|
||||
preview-web:
|
||||
|
|
Loading…
Reference in a new issue