display all 4 languages on spanish boxes

This commit is contained in:
John Hess 2024-06-26 15:36:34 -05:00
parent 0d3afdd2eb
commit 660135c41d

View file

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