Skip to content

Commit

Permalink
Update deploy-versions-json.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dogodo-cc committed May 23, 2024
1 parent 9a99b84 commit 4ea9072
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-versions-json.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ jobs:
include_self_folder: false

- name: 上传文件到华为云(正式环境)
if: contains(github.event.head_commit.message, 'publish:versions:')
if: contains(github.event.head_commit.message, 'publish:versions')
uses: huaweicloud/obs-helper@master
with:
bucket_name: 'cce-creator-docs-pro'
local_file_path: ./versions.json
obs_file_path: gitbook/creator/versions/versions.json
operation_type: upload
include_self_folder: false


0 comments on commit 4ea9072

Please sign in to comment.