diff options
author | mayx | 2023-12-24 16:49:42 +0000 |
---|---|---|
committer | mayx | 2023-12-24 16:49:42 +0000 |
commit | 2298c9b2714ab38697526bbc085a202f401ab350 (patch) | |
tree | b1cc7ee39131005a6a1f46ad5c6079a072efd8f2 /.gitlab-ci.yml | |
parent | f9abd1e5d74731baddf8b854c0974de8ab89dfb1 (diff) |
更新.gitlab-ci.yml文件
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 8ca0f68..8018bfb 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:2.6 +image: ruby variables: JEKYLL_ENV: production |