We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3920ef commit b2bd269Copy full SHA for b2bd269
.github/workflows/main.yml
@@ -31,4 +31,13 @@ jobs:
31
doc-url: camera-enhancer/docs/mobile
32
secrets: inherit
33
34
+ Build-v2:
35
+ if: ${{ github.ref == 'refs/heads/v2' }}
36
+ uses: dynamsoft-docs/Docs-Template-Repo/.github/workflows/called-workflow-build-sync-testing.yml@DCV-v2
37
+ with:
38
+ doc-repo: camera-enhancer-docs-mobile
39
+ doc-url: camera-enhancer/docs/v2/mobile
40
+ doc-branch: v2
41
+ secrets: inherit
42
+
43
0 commit comments