Edit .gitlab-ci.yml to add Arabic language to choose

This commit is contained in:
Iain Learmonth 2025-09-01 16:49:50 +01:00
parent e5adf0ebbf
commit 7799745f09

View file

@ -34,7 +34,7 @@ pages:
- git restore .
- rm -rf public/*
# Build the ES version (TODO: use a single build for all deployments)
- "sed -i 's/^languages:.*/languages: [\"es\", \"en\", \"fr_SN\", \"pt_AO\"]/g' ../butter-box-ui/_config.yml"
- "sed -i 's/^languages:.*/languages: [\"es\", \"en\", \"fr_SN\", \"pt_AO\", \"ar\"]/g' ../butter-box-ui/_config.yml"
- sed -i "s/REPLACEME/comolamantequilla/g" _data/deployment.yml
- bundle exec jekyll build -d public
- cd public