Skip to content

Commit f956163

Browse files
committed
test
1 parent 12d3541 commit f956163

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
@@ -1,7 +1,7 @@
11
name: DocGen
22

33
on:
4-
pull_request:
4+
push:
55
workflow_dispatch:
66

77
jobs:
@@ -17,7 +17,7 @@ jobs:
1717
path: documentation
1818
ref: ${{ github.ref_name }}
1919

20-
- uses: documentation/.github/actions/setup-env
20+
- uses: ./documentation/.github/actions/setup-env
2121

2222
- name: Checkout DevExtreme
2323
uses: actions/checkout@v4

0 commit comments

Comments
 (0)