Skip to content

Commit dc63754

Browse files
authored
Merge branch 'main' into preview
2 parents 1f0d9d8 + f235685 commit dc63754

File tree

5 files changed

+13
-5
lines changed

5 files changed

+13
-5
lines changed

.github/workflows/called-workflow-build-sync-production.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030
git clone --depth 1 https://github.com/dynamsoft-docs/Docs-Template-Repo.git Docs-Template-Repo
3131
cp -rfp ./${{ inputs.doc-repo }}/* ./DocHome/
3232
cp -rfp ./Docs-Template-Repo/* ./DocHome/
33-
# cd DocHome && bundle install && bundle exec jekyll build
34-
cd DocHome && bundle exec jekyll build
33+
cd DocHome && bundle install && bundle exec jekyll build
34+
# cd DocHome && bundle exec jekyll build
3535
3636
- name: Sync files
3737
uses: SamKirkland/[email protected]

.github/workflows/main.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,14 @@ jobs:
277277
doc-url: mrz-scanner/docs/web
278278
secrets: inherit
279279

280+
Update-MDS-On-Main-Change:
281+
if: ${{ github.ref == 'refs/heads/main' }}
282+
uses: ./.github/workflows/called-workflow-build-sync-production.yml
283+
with:
284+
doc-repo: mobile-document-scanner-docs-js
285+
doc-url: mobile-document-scanner/docs/web/
286+
secrets: inherit
287+
280288
# build:
281289
# # The type of runner that the job will run on
282290
# runs-on: self-hosted

_includes/productNav/dbrNav.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<li class="breadcrumb-item"><a href="/"><i class="icon-home"></i></a></li>
88
<li class="breadcrumb-item"><a href="/products/">Products</a></li>
99
<li class="breadcrumb-item overview"><a href="/barcode-reader/overview/">Dynamsoft Barcode Reader</a></li>
10-
<li class="breadcrumb-item active"><a href="/barcode-reader/docs/core/">Docs & SAMPLES</a></li>
10+
<li class="breadcrumb-item active"><a href="/barcode-reader/docs/core/">Docs & Samples</a></li>
1111
</ul>
1212
<div class="right-menu fr">
1313
{%- include search-input.html -%}

_includes/productNav/dwtNav.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<li class="breadcrumb-item"><a href="/"><i class="icon-home"></i></a></li>
88
<li class="breadcrumb-item"><a href="/products/">Products</a></li>
99
<li class="breadcrumb-item overview"><a href="/web-twain/overview/">Dynamic Web TWAIN</a></li>
10-
<li class="breadcrumb-item active"><a href="/web-twain/docs/introduction/index.html">Docs & SAMPLES</a></li>
10+
<li class="breadcrumb-item active"><a href="/web-twain/docs/introduction/index.html">Docs & Samples</a></li>
1111
</ul>
1212
<div class="right-menu fr">
1313
<a href="javascript:;" id="ask-ai-btn">Ask AI</a>

_includes/search-input.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@
180180
if (["dlr", "dce", "ddn", "dcv", "dcp"].indexOf(product) >= 0) {
181181
product = "dcv"
182182
}
183-
if (["dbr", "dlr", "dce", "dcp", "dcv", "ddn", "mds"].indexOf(product) >= 0) {
183+
if (["dbr", "dlr", "dce", "dcp", "dcv", "ddn", "mrz", "mds"].indexOf(product) >= 0) {
184184
let lang = getCurrentUrlLang(document.URL, true)
185185
let reporType = ""
186186
if (lang && lang != "core") {

0 commit comments

Comments
 (0)