This is an automated email from the ASF dual-hosted git repository.
wonook pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-nemo-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new b212906 update publish script
b212906 is described below
commit b212906d8f9321026046cebf5e9a444ed43f47be
Author: Won Wook SONG <[email protected]>
AuthorDate: Mon Mar 5 16:54:10 2018 +0900
update publish script
---
publish.sh | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/publish.sh b/publish.sh
index 39f914c..509caa0 100755
--- a/publish.sh
+++ b/publish.sh
@@ -18,8 +18,7 @@
set -e
-rm -rf content
-bundle exec jekyll clean
+bundle exec jekyll clean -d content
bundle exec jekyll build -d content
COMMIT_HASH=`git rev-parse HEAD`
--
To stop receiving notification emails like this one, please contact
[email protected].