Edit .gitlab-ci.yml to add Arabic language to choose
This commit is contained in:
parent
e5adf0ebbf
commit
7799745f09
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue