Skip to content

Commit c838706

Browse files
committed
Test on 25_1
1 parent d7af84a commit c838706

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docgen.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ jobs:
1313
uses: actions/checkout@v4
1414
with:
1515
path: documentation
16-
ref: ${{ github.ref_name }}
16+
ref: 25_1
1717

1818
- name: Checkout DevExtreme
1919
uses: actions/checkout@v4
2020
with:
2121
path: devextreme
2222
repository: devexpress/devextreme
23-
ref: ${{ github.ref_name }}
23+
ref: 25_1
2424

2525
- uses: pnpm/action-setup@v3
2626
with:

0 commit comments

Comments
 (0)