This commit is contained in:
John Hess 2024-06-12 00:46:51 -05:00
parent 7f68a9d0ef
commit 71622ac3a4

View file

@ -29,8 +29,8 @@ pages:
- zip -r ../site-en.zip ./
- cd ..
- git restore .
# Build the ES version (in time this should be a single build with automated language switching)
- sed -i "" 's/^languages:.*/languages: ["es", "en"]/g' ../butter-box-ui/_config.yml
# 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/REPLACEME/comolamantequilla/g" _data/deployment.yml
- bundle exec jekyll build -d public
- cd public