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