Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
duanwenlong authored and duanwenlong committed Dec 7, 2023
1 parent 6d95cbd commit ed1e31a
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 5 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/.aci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
version: "1.5"
only:
triggerType:
- push
- pullRequest
targetBranch:
- main

stages:
- 发布到预览知识库

发布到预览知识库:
stage: 发布到预览知识库
component: git-to-yuque
inputs:
# 预览知识库的命名空间, 【这里按需调整】
yuqueNamespace: eg6z1a/qpbul9
yuqueSite: https://mosn-layotto.yuque.com/
only:
triggerType:
- pullRequest
- push
targetBranch:
- main
16 changes: 11 additions & 5 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ed1e31a

Please sign in to comment.