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 db91842 commit ab67046Copy full SHA for ab67046
.github/workflows/main.yml
@@ -9,7 +9,6 @@ on:
9
branches:
10
- main
11
#- preview
12
- - v10
13
14
# Allows you to run this workflow manually from the Actions tab
15
workflow_dispatch:
@@ -35,7 +34,7 @@ jobs:
35
34
36
Build-v10:
37
if: ${{ github.ref == 'refs/heads/v10' }}
38
- uses: dynamsoft-docs/Docs-Template-Repo/.github/workflows/called-workflow-build-sync-testing.yml@DCV-v2
+ uses: dynamsoft-docs/Docs-Template-Repo/.github/workflows/called-workflow-build-sync-production.yml@DCV-v2
39
with:
40
doc-repo: barcode-reader-docs-mobile
41
doc-url: barcode-reader/docs/v10/mobile
0 commit comments