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

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

commit 691bf13b1d407fce8e8d4d257c585f184e6881de
Author: glass-panel <[email protected]>
AuthorDate: Thu Jul 17 10:50:10 2025 +0800

    Fix inconsistent doc path
---
 site/Makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/site/Makefile b/site/Makefile
index 2d8a5dee9..027f02605 100644
--- a/site/Makefile
+++ b/site/Makefile
@@ -21,12 +21,12 @@ check-repo:
 update-repo: check-repo
        cd docs/teaclave && git pull --depth 1
        cd docs/teaclave-sgx-sdk && git pull --depth 1
-       cd docs/teaclave-trustzone-sdk && git pull --depth 1
+       cd docs/teaclave-trustzone-sdk && git pull --depth 1 --rebase
 
 sgx-sdk-api-docs: site-build
-       mkdir -p build/api-docs/sgx-sdk-docs
-       cp -r /prebuilt_docs/sgx-sdk-docs/* build/api-docs/sgx-sdk-docs/
-       @echo "<meta http-equiv=refresh content=0;url=`echo sgx_tstd | cut -d 
'/' -f 2`/index.html>" > build/api-docs/sgx-sdk-docs/index.html
+       mkdir -p build/api-docs/sgx-sdk/
+       cp -r /prebuilt_docs/sgx-sdk-docs/* build/api-docs/sgx-sdk/
+       @echo "<meta http-equiv=refresh content=0;url=`echo sgx_tstd | cut -d 
'/' -f 2`/index.html>" > build/api-docs/sgx-sdk/index.html
 
 trustzone-sdk-api-docs: site-build
        @echo "Trustzone SDK API docs not supported yet"


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to