Skip to content

Commit 5c5be99

Browse files
committed
Try detecting changes in demos
1 parent a1eff03 commit 5c5be99

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/demos_visual_tests_frameworks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162

163163
- name: Get changed files
164164
id: changed-files
165-
uses: DevExpress/github-actions/get-changed-files@v1
165+
uses: IlyaKhD/github-actions/get-changed-files@khd/update-get-changed-files
166166
if: github.event_name == 'pull_request' && !contains(github.event.pull_request.labels.*.name, 'force all tests')
167167
with:
168168
gh-token: ${{ secrets.GITHUB_TOKEN }}

apps/demos/Demos/Accordion/Overview/description.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ The [animationDuration](/Documentation/ApiReference/UI_Components/dxAccordion/Co
1717

1818
## Customize Item Appearance
1919

20-
Use the [itemTemplate](/Documentation/ApiReference/UI_Components/dxAccordion/Configuration/#itemTemplate) and [itemTitleTemplate](/Documentation/ApiReference/UI_Components/dxAccordion/Configuration/#itemTitleTemplate) properties to customize the panel appearance. If you use the **items** array, you can also specify the [icon](/Documentation/ApiReference/UI_Components/dxAccordion/Configuration/items/#icon) property.
20+
Use the [itemTemplate](/Documentation/ApiReference/UI_Components/dxAccordion/Configuration/#itemTemplate) and [itemTitleTemplate](/Documentation/ApiReference/UI_Components/dxAccordion/Configuration/#itemTitleTemplate) properties to customize the panel appearance. If you use the **items** array, you can also specify the [icon](/Documentation/ApiReference/UI_Components/dxAccordion/Configuration/items/#icon) property.
21+
change

apps/demos/Demos/Box/Overview/description.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ The second Box shows two additional features:
1212
- Items now use the [baseSize](/Documentation/ApiReference/UI_Components/dxBox/Configuration/items/#baseSize) property to set their width in pixels or percent.
1313
- The middle item contains a nested Box. The [align](/Documentation/ApiReference/UI_Components/dxBox/Configuration/#align) and [crossAlign](/Documentation/ApiReference/UI_Components/dxBox/Configuration/#crossAlign) properties make sure that the nested layout is centered within its container.
1414

15-
The third Box demonstrates a layout similar to a basic web page structure. The root layout sets [direction](/Documentation/ApiReference/UI_Components/dxBox/Configuration/#direction) to `col` and arranges its items vertically. The nested layout is arranged horizontally.
15+
The third Box demonstrates a layout similar to a basic web page structure. The root layout sets [direction](/Documentation/ApiReference/UI_Components/dxBox/Configuration/#direction) to `col` and arranges its items vertically. The nested layout is arranged horizontally.
16+
change

0 commit comments

Comments
 (0)