Skip to content

Commit d5d7bdb

Browse files
committed
fix: 修复部署文件错误
1 parent 8608791 commit d5d7bdb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/aliyun.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
OSS_ACCESS_KEY_ID: ${{ secrets.OSS_KEY_ID }}
3030
OSS_ACCESS_KEY_SECRET: ${{ secrets.OSS_KEY_SECRET }}
3131
with:
32-
source-dir: './dist'
32+
source-dir: './doc_build'
3333
dest-dir: '/'
3434
bucket: ${{ secrets.OSS_BUCKET }}
3535
region: 'oss-cn-hangzhou'

.github/workflows/tencent.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ jobs:
3030
secret_key: ${{ secrets.SECRET_KEY }}
3131
cos_bucket: ${{ secrets.BUCKET }}
3232
cos_region: ap-shanghai
33-
local_path: dist
33+
local_path: doc_build
3434
remote_path: /
3535
clean: true

0 commit comments

Comments
 (0)