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 825843e commit 0664517Copy full SHA for 0664517
.github/workflows/main.yml
@@ -34,8 +34,9 @@ jobs:
34
35
Build-v9:
36
if: ${{ github.ref == 'refs/heads/v9' }}
37
- uses: dynamsoft-docs/Docs-Template-Repo/.github/workflows/called-workflow-build-sync-testing.yml@preview
+ uses: dynamsoft-docs/Docs-Template-Repo/.github/workflows/called-workflow-build-sync-testing.yml@DBR-v9
38
with:
39
doc-repo: barcode-reader-docs-mobile
40
- doc-url: barcode-reader/docs/mobile
+ doc-url: barcode-reader/docs/v9mobile
41
+ doc-branch: v9
42
secrets: inherit
0 commit comments