File tree Expand file tree Collapse file tree 1 file changed +7
-16
lines changed
Expand file tree Collapse file tree 1 file changed +7
-16
lines changed Original file line number Diff line number Diff line change 1313 uses : actions/checkout@v4
1414 with :
1515 path : documentation
16- token : ${{ secrets.DXROBOT_PAT }}
17- ssh-key : ${{ secrets.DXROBOT_SK }}
1816 ref : ${{ github.ref_name }}
1917
2018 - name : Checkout DevExtreme
2422 repository : devexpress/devextreme
2523 ref : ${{ github.ref_name }}
2624
25+ - name : Set up .NET
26+ uses : actions/setup-dotnet@v4
27+ with :
28+ dotnet-version : 6.0.x
29+
2730 - name : NPM - devextreme
2831 working-directory : devextreme
2932 run : |
3740# Generation
3841 - name : Discover declarations
3942 working-directory : devextreme
40- # TODO: Workaround. This should be removed following the changes in devextreme monorepo
41- run : |
42- if [[ ${{ github.ref_name }} == "23_2" ]]; then
43- npm run tools:discover-declarations
44- else
45- npm run discover-declarations -- --artifacts ./artifacts/internal-tools
46- fi
43+ shell : bash
44+ run : npm run tools:discover-declarations
4745
4846 - name : Update topics
4947 working-directory : documentation
@@ -107,10 +105,3 @@ jobs:
107105 -H "Authorization: Bearer ${{ secrets.DXROBOT_PAT }}" \
108106 https://api.github.com/repos/${{ github.repository }}/pulls \
109107 --data-binary @prdata.json
110-
111- - name : Archive internal-tools artifacts
112- uses : actions/upload-artifact@v3
113- with :
114- name : internal-tools-artifacts
115- path : ./devextreme/artifacts/internal-tools/
116- retention-days : 7
You can’t perform that action at this time.
0 commit comments