Skip to content

Commit c503ba8

Browse files
authored
chore(kendo-vue-tailwind): publish app to gh pages
2 parents 904f5e5 + ffe7a12 commit c503ba8

File tree

22 files changed

+3491
-2
lines changed

22 files changed

+3491
-2
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
- 'examples-standalone/coffee-warehouse/**'
3434
vue-personal-finance-nuxt:
3535
- 'examples-standalone/vue-personal-finance-nuxt/**'
36+
kendo-vue-tailwind:
37+
- 'examples-standalone/kendo-vue-tailwind/**'
3638
3739
- name: Build Dashboard app
3840
working-directory: ./examples-standalone/dashboard
@@ -55,6 +57,13 @@ jobs:
5557
npm ci
5658
npm run build
5759
60+
- name: Build Kendo Vue app
61+
working-directory: ./examples-standalone/kendo-vue-tailwind
62+
if: steps.changes.outputs.kendo-vue-tailwind == 'true'
63+
run: |
64+
npm ci
65+
npm run build
66+
5867
- name: Cleanup
5968
run: git clean -xdf
6069

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)