Skip to content

Commit

Permalink
feat: rename
Browse files Browse the repository at this point in the history
  • Loading branch information
dogodo-cc committed May 24, 2024
1 parent 484495f commit 7a2ddbd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/deploy-huawei-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [3.8, 3.7, 3.6, 3.5, 3.4, 3.3, 3.2, 3.1, 3.0, 2.4]
publish-version: [3.8, 3.7, 3.6, 3.5, 3.4, 3.3, 3.2, 3.1, 3.0, 2.4]
steps:
- uses: actions/checkout@v4

Expand All @@ -28,7 +28,7 @@ jobs:
run: npm install

- name: 构建项目
run: node scripts/publish.js --version=versions/${{ matrix.node-version }}
run: node scripts/publish.js --version=versions/${{ matrix.publish-version }}

- name: 登录华为云
uses: huaweicloud/[email protected]
Expand All @@ -44,8 +44,8 @@ jobs:
uses: ./.github/actions/obs-helper
with:
bucket_name: 'cce-creator-docs-test'
local_file_path: ./versions/${{ matrix.node-version }}/.vitepress/dist
obs_file_path: gitbook/creator/${{ matrix.node-version }}/manual/
local_file_path: ./versions/${{ matrix.publish-version }}/.vitepress/dist
obs_file_path: gitbook/creator/${{ matrix.publish-version }}/manual/
operation_type: upload
include_self_folder: false

Expand All @@ -54,8 +54,8 @@ jobs:
uses: ./.github/actions/obs-helper
with:
bucket_name: 'cce-creator-docs-pro'
local_file_path: ./versions/${{ matrix.node-version }}/.vitepress/dist
obs_file_path: gitbook/creator/${{ matrix.node-version }}/manual/
local_file_path: ./versions/${{ matrix.publish-version }}/.vitepress/dist
obs_file_path: gitbook/creator/${{ matrix.publish-version }}/manual/
operation_type: upload
include_self_folder: false

0 comments on commit 7a2ddbd

Please sign in to comment.