Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@ name: CI

# Controls when the workflow will run
on:
# Triggers the workflow on push events but only for the main branch
# Triggers the workflow on push events but only for the master branch
push:
branches:
- main
#- preview
- main
#- preview

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains jobs called "Build-main" and "Build-Preview"
# This workflow contains jobs called "Build-Main" and "Build-Preview"
Build-Main:
if: ${{ github.ref == 'refs/heads/main' }}
uses: dynamsoft-docs/Docs-Template-Repo/.github/workflows/called-workflow-build-sync-production.yml@main
Expand Down
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ code_types: /code-parser/docs/core/code-types/

useVersionTree: false
isDCV: true
useJSVersionV3: true

baseurl: "/code-parser/docs/web"
plugins:
Expand Down
4 changes: 0 additions & 4 deletions _data/full_tree.yml

This file was deleted.

11 changes: 0 additions & 11 deletions _data/product_version.yml

This file was deleted.

56 changes: 0 additions & 56 deletions _includes/dcpNav.html

This file was deleted.

1 change: 0 additions & 1 deletion _includes/sidelist-full-tree.html

This file was deleted.

113 changes: 0 additions & 113 deletions _includes/sidelist-programming-javascript-v1.1.0.html

This file was deleted.

Loading