Skip to content

Commit b282fc4

Browse files
committed
ci: fix demo app deploy workflow
1 parent 80af95b commit b282fc4

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

β€Ž.github/workflows/deploy-apps.ymlβ€Ž

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,28 +46,28 @@ jobs:
4646
# =================================================================
4747

4848
- name: Build CDK Demo πŸš€
49-
run: npx nx build cdk-demo --configuration=production --base-href=/angular-ru-sdk/
49+
run: npx nx build cdk-demo --configuration=production --base-href=/sdk/
5050

5151
- name: Build Excel Demo πŸš€
52-
run: npx nx build excel-demo --configuration=production --base-href=/angular-ru-sdk/excel-demo/
52+
run: npx nx build excel-demo --configuration=production --base-href=/sdk/excel-demo/
5353

5454
- name: Build Flex Layout Demo πŸš€
55-
run: npx nx build flex-layout-demo --configuration=production --base-href=/angular-ru-sdk/flex-layout-demo/
55+
run: npx nx build flex-layout-demo --configuration=production --base-href=/sdk/flex-layout-demo/
5656

5757
- name: Build Http Demo πŸš€
58-
run: npx nx build http-demo --configuration=production --base-href=/angular-ru-sdk/http-demo/
58+
run: npx nx build http-demo --configuration=production --base-href=/sdk/http-demo/
5959

6060
- name: Build Logger Demo πŸš€
61-
run: npx nx build logger-demo --configuration=production --base-href=/angular-ru-sdk/logger-demo/
61+
run: npx nx build logger-demo --configuration=production --base-href=/sdk/logger-demo/
6262

6363
- name: Build NGXS Demo πŸš€
64-
run: npx nx build ngxs-demo --configuration=production --base-href=/angular-ru-sdk/ngxs-demo/
64+
run: npx nx build ngxs-demo --configuration=production --base-href=/sdk/ngxs-demo/
6565

6666
- name: Build Tooltip Demo πŸš€
67-
run: npx nx build tooltip-demo --configuration=production --base-href=/angular-ru-sdk/tooltip-demo/
67+
run: npx nx build tooltip-demo --configuration=production --base-href=/sdk/tooltip-demo/
6868

6969
- name: Build Virtual Table Demo πŸš€
70-
run: npx nx build virtual-table-demo --configuration=production --base-href=/angular-ru-sdk/virtual-table-demo/
70+
run: npx nx build virtual-table-demo --configuration=production --base-href=/sdk/virtual-table-demo/
7171

7272
# =================================================================
7373
# == PREPARE DEPLOYMENT ARTIFACTS ==

0 commit comments

Comments
Β (0)