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 f2b47d1 commit 98f3426Copy full SHA for 98f3426
.github/workflows/docgen.yml
@@ -10,15 +10,15 @@ jobs:
10
11
steps:
12
- name: Checkout Docs
13
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
14
with:
15
path: documentation
16
token: ${{ secrets.DXROBOT_PAT }}
17
ssh-key: ${{ secrets.DXROBOT_SK }}
18
ref: ${{ github.ref_name }}
19
20
- name: Checkout DevExtreme
21
22
23
path: devextreme
24
repository: devexpress/devextreme
@@ -29,6 +29,11 @@ jobs:
29
version: 9
30
run_install: false
31
32
+ - name: Set up .NET
33
+ uses: actions/setup-dotnet@v4
34
+ with:
35
+ dotnet-version: 6.0.x
36
+
37
- name: NPM - devextreme
38
working-directory: devextreme
39
run: pnpm install
0 commit comments