Skip to content

Commit f3d2de0

Browse files
Update main.yml
1 parent 6e73c4c commit f3d2de0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/main.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,12 @@ jobs:
3131
doc-repo: camera-enhancer-docs
3232
doc-url: camera-enhancer/docs/core
3333
secrets: inherit
34+
35+
Build-v2:
36+
if: ${{ github.ref == 'refs/heads/v2' }}
37+
uses: dynamsoft-docs/Docs-Template-Repo/.github/workflows/called-workflow-build-sync-testing.yml@DCV-v2
38+
with:
39+
doc-repo: camera-enhancer-docs
40+
doc-url: camera-enhancer/docs/v2/core
41+
doc-branch: v2
42+
secrets: inherit

0 commit comments

Comments
 (0)