From 6692966b218998f555d29be7507f3c5ce0443d37 Mon Sep 17 00:00:00 2001 From: onomanapeia Date: Wed, 2 Oct 2024 16:09:01 -0500 Subject: [PATCH] update jacky's url --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 906002c..29a7fdd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,9 +4,9 @@ variables: JEKYLL_ENV: production LC_ALL: C.UTF-8 -#before_script: -# - gem install bundler -# - bundle install +before_script: + - gem install bundler + - bundle install pages: stage: deploy