We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44f49e3 commit 3a11a86Copy full SHA for 3a11a86
.github/actions/setup-env/action.yml
@@ -17,6 +17,7 @@ runs:
17
- uses: pnpm/action-setup@v4
18
with:
19
run_install: false
20
+ package_json_file: ${{ inputs.path }}/package.json
21
22
- name: Install dependencies
23
working-directory: ${{ inputs.path }}
.github/workflows/docgen.yml
@@ -16,7 +16,9 @@ jobs:
16
path: documentation
ref: ${{ github.ref_name }}
- - uses: ./.github/actions/setup-env
+ - uses: ./documentation/.github/actions/setup-env
+ with:
+ path: documentation
- name: Checkout DevExtreme
24
uses: actions/checkout@v4
0 commit comments