From 1f52ef3bce92755233c5dc312f36ca54deed3044 Mon Sep 17 00:00:00 2001 From: n8fr8 Date: Fri, 17 Sep 2021 16:04:14 -0400 Subject: [PATCH] make sure to copy the en resource first --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1a21fc9..684bbce 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,6 +20,7 @@ test: pages: stage: deploy script: + - cp _data/en/home.yml _data/home.yml - bundle exec jekyll build -d public - cp _data/es/home.yml _data/home.yml - bundle exec jekyll build -d public/es