From 7944527c222ef71a7e36b087b61486357843df3f Mon Sep 17 00:00:00 2001 From: John Hess Date: Fri, 22 Apr 2022 18:17:57 -0500 Subject: [PATCH] update CI to use jekyll-multiple-languages-plugin --- .gitlab-ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fe769b4..bd4ca71 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,11 +20,7 @@ test: pages: stage: deploy script: - - cp _data/en/home.yml _data/home.yml - bundle exec jekyll build -d public - - bundle exec jekyll build -d public/en - - cp _data/es/home.yml _data/home.yml - - bundle exec jekyll build -d public/es artifacts: paths: - public