We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07e71c0 commit f1028eaCopy full SHA for f1028ea
1 file changed
.github/workflows/main.yml
@@ -14,10 +14,15 @@ jobs:
14
15
steps:
16
- name: Docschina Github Action
17
+ id: docschinaDeploy
18
uses: lcxfs1991/docschina-actions@v0.0.3
19
with:
20
secretId: ${{ secrets.SECRET_ID }}
21
secretKey: ${{ secrets.SECRET_KEY }}
22
staticSrcPath: build
23
bucket: ${{ secrets.BUCKET }}
24
region: ${{ secrets.REGION }}
25
+
26
+ - name: Get Deployment Result
27
+ run: echo "Deploy to docschina result ${{ steps.docschinaDeploy.outputs.deployResult }}"
28
0 commit comments