File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change 1414
1515 env :
1616 NODE_VERSION : ' 16'
17- QCLOUD_BUCKET : ' open-docs-1258813882'
1817 QCLOUD_HDUHELP_BUCKET : open-docs-1307730341
1918
2019 steps :
3736 - name : Build documentation site
3837 run : pnpm docs:release
3938
40- - name : Deploy to Inkwire Tencent COS
41- env :
42- SECRET_ID : ${{ secrets.OPEN_DOCS_QCLOUD_KEY }}
43- SECRET_KEY : ${{ secrets.OPEN_DOCS_QCLOUD_SECRET }}
44- BUCKET : ${{ env.QCLOUD_BUCKET }}
45- REGION : ap-shanghai
46- run : |
47- sudo pip install coscmd
48- coscmd config -a ${SECRET_ID} -s ${SECRET_KEY} -b ${BUCKET} -e cos.accelerate.myqcloud.com
49- coscmd upload -rs docs/.vuepress/dist/ /docs/
50-
5139 - name : Deploy to HDUHELP Tencent COS
5240 env :
5341 SECRET_ID : ${{ secrets.QCLOUD_HDUHELP_PUBLIC_KEY }}
You can’t perform that action at this time.
0 commit comments