From 0dcd43f36a16f258f1a235cf56bd636f2d9f31b3 Mon Sep 17 00:00:00 2001 From: vonavi Date: Mon, 7 Jul 2014 15:26:51 +0300 Subject: [PATCH] Fix the problem of jekyll-press with non-English language. --- .openshift/action_hooks/build | 4 ++++ .openshift/markers/force_clean_build | 0 2 files changed, 4 insertions(+) delete mode 100644 .openshift/markers/force_clean_build diff --git a/.openshift/action_hooks/build b/.openshift/action_hooks/build index 4ae2ea1..50f7f93 100755 --- a/.openshift/action_hooks/build +++ b/.openshift/action_hooks/build @@ -5,4 +5,8 @@ # could be python, php, ruby, etc. cd $OPENSHIFT_REPO_DIR + +# Fix the problem of jekyll-press with non-English language +export LANG=ru_RU.UTF-8 + bundle exec jekyll build diff --git a/.openshift/markers/force_clean_build b/.openshift/markers/force_clean_build deleted file mode 100644 index e69de29..0000000