fix typo
This commit is contained in:
parent
7f68a9d0ef
commit
71622ac3a4
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue