Skip to content

Commit

Permalink
chore(ci): fix unable to establish ssl connection
Browse files Browse the repository at this point in the history
Signed-off-by: Swilder-M <[email protected]>
  • Loading branch information
Swilder-M authored and ngjaying committed Jan 21, 2025
1 parent c8fe934 commit fa5645e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit fa5645e

Please sign in to comment.