Skip to content

Commit 3899f87

Browse files
authored
chore(unstyled-tailwind-v4): deploy app to github pages
2 parents caf21b0 + 817a8c4 commit 3899f87

File tree

7 files changed

+380
-4
lines changed

7 files changed

+380
-4
lines changed

.github/dependabot.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,24 @@ updates:
272272

273273
- package-ecosystem: "npm"
274274
directory: "/examples/kendo-react-tailwind"
275+
schedule:
276+
interval: "daily"
277+
groups:
278+
kendo-dependencies:
279+
patterns:
280+
- '@progress/kendo-*'
281+
allow:
282+
- dependency-name: '@progress/kendo-*'
283+
commit-message:
284+
prefix: "chore:"
285+
reviewers:
286+
- "telerik/kendo-react-devs"
287+
- "telerik/kendo-react-support"
288+
labels:
289+
- "Dependencies"
290+
291+
- package-ecosystem: "npm"
292+
directory: "/examples/kendo-unstyled-tailwind-v4"
275293
schedule:
276294
interval: "daily"
277295
groups:

.github/workflows/ci.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ jobs:
6565
- 'examples/react-grid-live-data/**'
6666
kendo-react-tailwind:
6767
- 'examples/kendo-react-tailwind/**'
68+
kendo-react-unstyled-tailwind-v4:
69+
- 'examples/kendo-unstyled-tailwind-v4/**'
6870
6971
- name: Build Coffee warehouse nextjs app
7072
working-directory: ./examples/coffee-warehouse-nextjs
@@ -200,4 +202,11 @@ jobs:
200202
if: steps.changes.outputs.kendo-react-tailwind == 'true'
201203
run: |
202204
npm ci
203-
npm run build
205+
npm run build
206+
- name: Build Kendo React Unstyled Tailwind v4 app
207+
working-directory: ./examples/kendo-unstyled-tailwind-v4
208+
if: steps.changes.outputs.kendo-react-unstyled-tailwind-v4 == 'true'
209+
run: |
210+
npm ci
211+
npm run build
212+

0 commit comments

Comments
 (0)