Skip to content

Commit d5f80c0

Browse files
committed
Use pre-installed dotnet SDK in DocGen
1 parent 9a120fc commit d5f80c0

File tree

1 file changed

+1
-21
lines changed

1 file changed

+1
-21
lines changed

.github/workflows/docgen.yml

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -16,27 +16,7 @@ jobs:
1616
path: documentation
1717
ref: ${{ github.ref_name }}
1818

19-
- name: Setup Node.js
20-
uses: actions/setup-node@v4
21-
with:
22-
node-version: 20.x
23-
24-
- uses: pnpm/action-setup@v4
25-
with:
26-
version: 10
27-
run_install: false
28-
29-
- name: Set up .NET
30-
uses: actions/setup-dotnet@v4
31-
with:
32-
dotnet-version: |
33-
6.0.x
34-
8.0.x
35-
36-
- name: Install dependencies
37-
working-directory: documentation
38-
shell: bash
39-
run: pnpm install --frozen-lockfile
19+
- uses: ./.github/actions/setup-env
4020

4121
- name: Checkout DevExtreme
4222
uses: actions/checkout@v4

0 commit comments

Comments
 (0)