Skip to content

Commit f2c5b92

Browse files
committed
wip
1 parent 178d4eb commit f2c5b92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
OSSUTIL_ACCESS_KEY_SECRET: ${{ secrets.ALICLOUDOSS_KEY_SECRET }}
5353
OSSUTIL_ENDPOINT: https://oss-cn-beijing.aliyuncs.com
5454
run: |
55-
ossutil cp -r .vitepress/dist/ oss://rustfs-docs/ --force --recursive
55+
ossutil -i ${{ env.OSSUTIL_ACCESS_KEY_ID }} -k ${{ env.OSSUTIL_ACCESS_KEY_SECRET }} -e ${{ env.OSSUTIL_ENDPOINT }} cp -r .vitepress/dist/ oss://rustfs-docs/ --force --recursive
5656
echo "Successfully uploaded to OSS"
5757
- name: Show OSS error log if exists
5858
if: failure()

0 commit comments

Comments
 (0)