Skip to content

Commit f1028ea

Browse files
author
chengxi.li
committed
feat: improveg
1 parent 07e71c0 commit f1028ea

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,15 @@ jobs:
1414

1515
steps:
1616
- name: Docschina Github Action
17+
id: docschinaDeploy
1718
uses: lcxfs1991/docschina-actions@v0.0.3
1819
with:
1920
secretId: ${{ secrets.SECRET_ID }}
2021
secretKey: ${{ secrets.SECRET_KEY }}
2122
staticSrcPath: build
2223
bucket: ${{ secrets.BUCKET }}
2324
region: ${{ secrets.REGION }}
25+
26+
- name: Get Deployment Result
27+
run: echo "Deploy to docschina result ${{ steps.docschinaDeploy.outputs.deployResult }}"
28+

0 commit comments

Comments
 (0)