From fa5645e86dceaf2b94d3fd5ff39c1f8dc8dc73cb Mon Sep 17 00:00:00 2001 From: Swilder-M Date: Mon, 20 Jan 2025 17:50:36 +0800 Subject: [PATCH] chore(ci): fix unable to establish ssl connection Signed-off-by: Swilder-M --- .github/workflows/deploy_docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_docs.yaml b/.github/workflows/deploy_docs.yaml index 107877459d..a9dd15d202 100644 --- a/.github/workflows/deploy_docs.yaml +++ b/.github/workflows/deploy_docs.yaml @@ -94,7 +94,7 @@ jobs: - name: upload dist run: | cd frontend/docs/.vitepress/ - wget https://obs-community.obs.cn-north-1.myhuaweicloud.com/obsutil/current/obsutil_linux_amd64.tar.gz + wget https://obs-community-intl.obs.ap-southeast-1.myhuaweicloud.com/obsutil/current/obsutil_linux_amd64.tar.gz tar -xzvf obsutil_linux_amd64.tar.gz mkdir obsutil cp $(find . -name "obsutil_linux_amd64_*")/* obsutil/