Skip to content

Commit 8d1cf9f

Browse files
authored
Merge pull request #3308 from telerik/fix-deploy-tailwind-v4
chore: fix unstyled tailwind app deploy
2 parents 3899f87 + a748567 commit 8d1cf9f

File tree

4 files changed

+427
-438
lines changed

4 files changed

+427
-438
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- 'examples/react-grid-live-data/**'
6666
kendo-react-tailwind:
6767
- 'examples/kendo-react-tailwind/**'
68-
kendo-react-unstyled-tailwind-v4:
68+
kendo-unstyled-tailwind-v4:
6969
- 'examples/kendo-unstyled-tailwind-v4/**'
7070
7171
- name: Build Coffee warehouse nextjs app
@@ -205,7 +205,7 @@ jobs:
205205
npm run build
206206
- name: Build Kendo React Unstyled Tailwind v4 app
207207
working-directory: ./examples/kendo-unstyled-tailwind-v4
208-
if: steps.changes.outputs.kendo-react-unstyled-tailwind-v4 == 'true'
208+
if: steps.changes.outputs.kendo-unstyled-tailwind-v4 == 'true'
209209
run: |
210210
npm ci
211211
npm run build

0 commit comments

Comments
 (0)