From 09abe8ebd4b131c45e41c9187586a4cf920c2b7f Mon Sep 17 00:00:00 2001 From: Centre Culturel de Luminy <webmasters@luminy.org> Date: Wed, 20 Nov 2019 10:41:50 +0000 Subject: [PATCH] Update from Forestry.io - Updated Forestry configuration --- .forestry/settings.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.forestry/settings.yml b/.forestry/settings.yml index 39def3a..40d9a0d 100644 --- a/.forestry/settings.yml +++ b/.forestry/settings.yml @@ -16,12 +16,12 @@ use_front_matter_path: file_template: ":filename:" build: preview_env: - - JEKYLL_ENV=staging + - JEKYLL_ENV=development - GIT_LFS_SKIP_SMUDGE=1 preview_output_directory: _site install_dependencies_command: bundle install preview_docker_image: forestryio/ruby:2.6 mount_path: "/srv" working_dir: "/srv" - instant_preview_command: bundle exec jekyll serve --drafts --unpublished --future - --port 8080 --host 0.0.0.0 -d _site + instant_preview_command: bundle install && bundle exec jekyll serve --drafts --unpublished + --future --port 8080 --host 0.0.0.0 -d _site -- GitLab