diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1e4ce71..13e7b7d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -32,3 +32,11 @@ jobs: doc-url: capture-vision/docs/web secrets: inherit + Build-v2: + if: ${{ github.ref == 'refs/heads/v2' }} + uses: dynamsoft-docs/Docs-Template-Repo/.github/workflows/called-workflow-build-sync-production.yml@DCV-v2 + with: + doc-repo: capture-vision-docs-js + doc-url: capture-vision/docs/v2/web + doc-branch: v2 + secrets: inherit \ No newline at end of file