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 6e73c4c commit f3d2de0Copy full SHA for f3d2de0
.github/workflows/main.yml
@@ -31,3 +31,12 @@ jobs:
31
doc-repo: camera-enhancer-docs
32
doc-url: camera-enhancer/docs/core
33
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