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 2021/08/23 22:57:07 UTC

[incubator-teaclave-website] 02/03: ghp-import no-history

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 ed92ca6f2288cb7465c6ab8fa9e7a1a031a61e4c
Author: Mingshen Sun <bo...@mssun.me>
AuthorDate: Mon Aug 23 15:56:34 2021 -0700

    ghp-import no-history
---
 site/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/site/Makefile b/site/Makefile
index 53c722c..a5efa3d 100644
--- a/site/Makefile
+++ b/site/Makefile
@@ -1,10 +1,10 @@
 all: staging site
 
 staging: build
-	ghp-import .vuepress/dist -b asf-staging
+	ghp-import --no-history --force .vuepress/dist -b asf-staging
 
 site: build
-	ghp-import .vuepress/dist -b asf-site
+	ghp-import --no-history --force .vuepress/dist -b asf-site
 
 sgx-sdk-api-docs: teaclave-docs
 	cd ../sgx-sdk-api-docs && cargo doc

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