Merge branch 'update-ci' into 'master'

update CI to use jekyll-multiple-languages-plugin

See merge request guardianproject/wind/butter-app-site!20
This commit is contained in:
John Hess 2022-04-22 23:26:43 +00:00
commit eb5de4f06b

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