We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 178d4eb commit f2c5b92Copy full SHA for f2c5b92
.github/workflows/deploy.yml
@@ -52,7 +52,7 @@ jobs:
52
OSSUTIL_ACCESS_KEY_SECRET: ${{ secrets.ALICLOUDOSS_KEY_SECRET }}
53
OSSUTIL_ENDPOINT: https://oss-cn-beijing.aliyuncs.com
54
run: |
55
- ossutil cp -r .vitepress/dist/ oss://rustfs-docs/ --force --recursive
+ 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
56
echo "Successfully uploaded to OSS"
57
- name: Show OSS error log if exists
58
if: failure()
0 commit comments