We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8608791 commit d5d7bdbCopy full SHA for d5d7bdb
.github/workflows/aliyun.yml
@@ -29,7 +29,7 @@ jobs:
29
OSS_ACCESS_KEY_ID: ${{ secrets.OSS_KEY_ID }}
30
OSS_ACCESS_KEY_SECRET: ${{ secrets.OSS_KEY_SECRET }}
31
with:
32
- source-dir: './dist'
+ source-dir: './doc_build'
33
dest-dir: '/'
34
bucket: ${{ secrets.OSS_BUCKET }}
35
region: 'oss-cn-hangzhou'
.github/workflows/tencent.yml
@@ -30,6 +30,6 @@ jobs:
secret_key: ${{ secrets.SECRET_KEY }}
cos_bucket: ${{ secrets.BUCKET }}
cos_region: ap-shanghai
- local_path: dist
+ local_path: doc_build
remote_path: /
clean: true
0 commit comments