File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 - uses : pnpm/action-setup@v4
1818 with :
1919 run_install : false
20+ package_json_file : ${{ inputs.path }}/package.json
2021
2122 - name : Install dependencies
2223 working-directory : ${{ inputs.path }}
Original file line number Diff line number Diff line change 11name : DocGen
22
33on :
4- pull_request :
4+ push :
55 workflow_dispatch :
66
77jobs :
@@ -17,14 +17,16 @@ jobs:
1717 path : documentation
1818 ref : ${{ github.ref_name }}
1919
20- - uses : documentation/.github/actions/setup-env
20+ - uses : ./documentation/.github/actions/setup-env
21+ with :
22+ path : documentation
2123
2224 - name : Checkout DevExtreme
2325 uses : actions/checkout@v4
2426 with :
2527 path : devextreme
2628 repository : devexpress/devextreme
27- ref : ${{ github.ref_name }}
29+ ref : 25_2
2830
2931 - name : NPM - devextreme
3032 working-directory : devextreme
You can’t perform that action at this time.
0 commit comments