File tree Expand file tree Collapse file tree 4 files changed +12
-4
lines changed
Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 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]
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 -%}
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments