We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28e6ddf commit 58e777cCopy full SHA for 58e777c
.github/workflows/deploy.yml
@@ -54,5 +54,5 @@ jobs:
54
run: |
55
echo "::group::Uploading files to OSS"
56
# Upload the artifact file to two different paths
57
- ossutil cp .vitepress/dist "oss://rustfs-docs/" --force
58
- echo "Successfully uploaded to OSS"
+ ossutil cp .vitepress/dist "oss://rustfs-docs/" --force
+ echo "Successfully uploaded to OSS"
0 commit comments