Skip to content

Commit

Permalink
feat: update yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dogodo-cc committed May 23, 2024
1 parent 9a1feb1 commit 5eca1f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-huawei.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
# 按版本上传到对应的文件去

- name: 上传文件到华为云 (测试环境)
if: contains(github.event.head_commit.message, 'test:docs:')
uses: ./.github/actions/obs-helper
with:
bucket_name: 'cce-creator-docs-test'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy-versions-json.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
region: 'cn-north-4'

- name: 上传文件到华为云 (测试环境)
if: contains(github.event.head_commit.message, 'test:versions')
uses: huaweicloud/obs-helper@master
with:
bucket_name: 'cce-creator-docs-test'
Expand Down

0 comments on commit 5eca1f6

Please sign in to comment.