You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nemo.apache.org by wo...@apache.org on 2022/09/09 15:35:21 UTC

[incubator-nemo-website] branch asf-staging updated: fix publish script

This is an automated email from the ASF dual-hosted git repository.

wonook pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/incubator-nemo-website.git


The following commit(s) were added to refs/heads/asf-staging by this push:
     new d9351e6  fix publish script
d9351e6 is described below

commit d9351e6964cdbbcddac7ad3d64e832312b2e90f8
Author: Won Wook SONG <ws...@gmail.com>
AuthorDate: Sat Sep 10 00:35:02 2022 +0900

    fix publish script
---
 publish.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/publish.sh b/publish.sh
index 07f14d2..0d8304c 100755
--- a/publish.sh
+++ b/publish.sh
@@ -22,7 +22,6 @@ bundler exec jekyll clean -d content
 bundler exec jekyll build -d content
 
 COMMIT_HASH=`git rev-parse HEAD`
-git checkout asf-site
 
 git pull
 git add content