update CI to use jekyll-multiple-languages-plugin

This commit is contained in:
John Hess 2022-04-22 18:17:57 -05:00
parent 6b20f2461d
commit 7944527c22

View file

@ -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