Skip to content

Commit e91eaca

Browse files
update to internal commit 29625229
1 parent 4abf075 commit e91eaca

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
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>

0 commit comments

Comments
 (0)