diff options
author | mayx | 2023-12-30 14:59:15 +0000 |
---|---|---|
committer | mayx | 2023-12-30 14:59:15 +0000 |
commit | eefdb73475f9733b110df3d654539e269915e2aa (patch) | |
tree | b428515f7173305ede93150ae184784560832349 /.gitlab-ci.yml | |
parent | c622346eaa8b6891571ae60f91965b722cf14df3 (diff) |
Update 3 files
- /Gemfile - /.gitlab-ci.yml - /Live2dHistoire/live2d/js/message.js
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8018bfb..abadf5b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ # Template project: https://gitlab.com/pages/jekyll # Docs: https://docs.gitlab.com/ee/pages/ -image: ruby +image: ruby:2.7 variables: JEKYLL_ENV: production |