try to add es lang build to ci

This commit is contained in:
Nathan Freitas 2021-09-17 15:45:35 -04:00
parent 80c5b4b2d6
commit 414cf988d8
No known key found for this signature in database
GPG key ID: A801183E69B37AA9

View file

@ -21,6 +21,8 @@ pages:
stage: deploy stage: deploy
script: script:
- bundle exec jekyll build -d public - bundle exec jekyll build -d public
- cp _data/es/home.yml _data/home.yml
- bundle exec jekyll build -d public/es
artifacts: artifacts:
paths: paths:
- public - public