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 <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
