From acd0b04117cedae54939d71119650d0cdb480698 Mon Sep 17 00:00:00 2001 From: Damien CORNEAU Date: Tue, 6 Sep 2016 14:23:47 +0900 Subject: [PATCH 1/3] Remove --safe from building instruction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a6c31a5fd9..5690954e53a 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ See https://help.github.com/articles/using-jekyll-with-pages#installing-jekyll ## Deploy to ASF svnpubsub infra (committers only) 1. generate static website in `./_site` ``` - bundle exec jekyll build --safe + bundle exec jekyll build ``` 2. checkout ASF repo From 08b46e50482ba8d797058792ea301e22a168cfdd Mon Sep 17 00:00:00 2001 From: Damien CORNEAU Date: Wed, 7 Sep 2016 15:29:06 +0900 Subject: [PATCH 2/3] Update to handle the production flag --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5690954e53a..1349c69cda1 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ See https://help.github.com/articles/using-jekyll-with-pages#installing-jekyll ## Deploy to ASF svnpubsub infra (committers only) 1. generate static website in `./_site` ``` - bundle exec jekyll build + JEKYLL_ENV=production bundle exec jekyll build ``` 2. checkout ASF repo From a5652b1cd71e66c85e98065f372aa12926b676aa Mon Sep 17 00:00:00 2001 From: Damien CORNEAU Date: Wed, 7 Sep 2016 15:32:06 +0900 Subject: [PATCH 3/3] Change also in the website contribution guide --- contribution/documentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contribution/documentation.md b/contribution/documentation.md index 0b9ec5b5f3a..db464fd80da 100644 --- a/contribution/documentation.md +++ b/contribution/documentation.md @@ -171,7 +171,7 @@ If you're going to create new pages, there are some spots you need to add the lo ``` # go to /docs under Zeppelin source - bundle exec jekyll build --safe + JEKYLL_ENV=production bundle exec jekyll build ``` 2. checkout ASF repo