Skip to content

Commit 12d3541

Browse files
committed
Fix path to composite action
1 parent 44f49e3 commit 12d3541

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docgen.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: DocGen
22

33
on:
4+
pull_request:
45
workflow_dispatch:
56

67
jobs:
@@ -16,7 +17,7 @@ jobs:
1617
path: documentation
1718
ref: ${{ github.ref_name }}
1819

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

2122
- name: Checkout DevExtreme
2223
uses: actions/checkout@v4

0 commit comments

Comments
 (0)