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