Skip to content

Commit 178d4eb

Browse files
committed
wip
1 parent 8c2fa94 commit 178d4eb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,7 @@ jobs:
5454
run: |
5555
ossutil cp -r .vitepress/dist/ oss://rustfs-docs/ --force --recursive
5656
echo "Successfully uploaded to OSS"
57+
- name: Show OSS error log if exists
58+
if: failure()
59+
run: |
60+
cat /home/runner/work/docs.rustfs.com/docs.rustfs.com/ossutil_output/*.report || true

0 commit comments

Comments
 (0)