You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@teaclave.apache.org by ms...@apache.org on 2020/05/15 00:34:15 UTC

[incubator-teaclave-website] 04/04: Update Makefile

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

mssun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-website.git

commit 943c12863c88f082320ec6b62ef77e8de49f19e9
Author: Mingshen Sun <bo...@mssun.me>
AuthorDate: Thu May 14 17:33:07 2020 -0700

    Update Makefile
---
 Makefile | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/Makefile b/Makefile
index 2eca33c..511d49d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,4 @@
-build:
-	git clone https://github.com/apache/incubator-teaclave.git teaclave || cd teaclave && git pull
-	vuepress build -d dist
-	cp .asf.yaml dist
+all: staging site
 
 staging: build
 	ghp-import dist -b asf-staging
@@ -9,4 +6,7 @@ staging: build
 site: build
 	ghp-import dist -b asf-site
 
-all: staging site
+build:
+	git clone https://github.com/apache/incubator-teaclave.git teaclave || cd teaclave && git pull
+	vuepress build -d dist
+	cp .asf.yaml dist


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@teaclave.apache.org
For additional commands, e-mail: commits-help@teaclave.apache.org