mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-22 19:28:35 +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/**"
|
path: "web/**"
|
||||||
steps:
|
steps:
|
||||||
build-web:
|
build-web:
|
||||||
image: ruby:latest
|
image: ruby:3.2.2
|
||||||
commands:
|
commands:
|
||||||
- cd web && bundle && bundle exec jekyll build
|
- cd web && bundle && bundle exec jekyll build
|
||||||
preview-web:
|
preview-web:
|
||||||
|
|
Loading…
Reference in a new issue