Skip to content
Snippets Groups Projects
Commit fb64768c authored by minshigee's avatar minshigee
Browse files

update gitlab_ci

parent 34a45f18
Branches
No related tags found
No related merge requests found
Pipeline #8621 passed
...@@ -3,12 +3,14 @@ image: ruby:3.0.6 ...@@ -3,12 +3,14 @@ image: ruby:3.0.6
variables: variables:
JEKYLL_ENV: production JEKYLL_ENV: production
LC_ALL: C.UTF-8 LC_ALL: C.UTF-8
BUNDLE_GEMFILE: .env-files/Gemfile.gitlab
pages: pages:
stage: deploy stage: deploy
tags: tags:
- pages - pages
script: script:
- echo ".."
artifacts: artifacts:
paths: paths:
- public - public
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment