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.
2 parents 637609f + 80fd2e1 commit dcf43d1Copy full SHA for dcf43d1
.github/workflows/main.yml
@@ -32,3 +32,11 @@ jobs:
32
doc-url: barcode-reader/docs/web
33
secrets: inherit
34
35
+ Build-v10:
36
+ if: ${{ github.ref == 'refs/heads/v10' }}
37
+ uses: dynamsoft-docs/Docs-Template-Repo/.github/workflows/called-workflow-build-sync-production.yml@DCV-v2
38
+ with:
39
+ doc-repo: barcode-reader-docs-js
40
+ doc-url: barcode-reader/docs/v10/web
41
+ doc-branch: v10
42
+ secrets: inherit
0 commit comments