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 b2127ff commit 09e6535Copy full SHA for 09e6535
.github/workflows/main.yml
@@ -32,3 +32,12 @@ jobs:
32
doc-url: code-parser/docs/mobile
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: code-parser-docs-mobile
40
+ doc-url: code-parser/docs/v2/mobile
41
+ doc-branch: v2
42
+ secrets: inherit
43
+
0 commit comments