File tree Expand file tree Collapse file tree 1 file changed +5
-30
lines changed Expand file tree Collapse file tree 1 file changed +5
-30
lines changed Original file line number Diff line number Diff line change 11
11
NODE_OPTIONS : --max_old_space_size=6144
12
12
13
13
jobs :
14
- general-examples :
14
+ build :
15
15
runs-on : ubuntu-latest
16
16
17
17
permissions :
@@ -42,46 +42,21 @@ jobs:
42
42
env :
43
43
KENDO_UI_LICENSE : ${{ secrets.KENDO_UI_LICENSE }}
44
44
45
- - name : Deploy to GH Pages
46
- uses : peaceiris/actions-gh-pages@v3
47
- with :
48
- github_token : ${{ steps.import-secrets.outputs.GH_TOKEN }}
49
- publish_dir : ./examples/dist
50
- user_name : " kendo-bot"
51
- user_email : " kendouiteam@progress.com"
52
-
53
- standalone-examples-node18 :
54
- runs-on : ubuntu-latest
55
-
56
- permissions :
57
- id-token : write # Required by Akeyless
58
- contents : read
59
- packages : read
60
-
61
- steps :
62
- - name : Import Secrets
63
- id : import-secrets
64
- uses : LanceMcCarthy/akeyless-action@v3
65
- with :
66
- access-id : ${{ secrets.GH_AKEYLESS_ACCESS_ID }}
67
- static-secrets : ' { "/WebComponents/prod/tokens/GH_TOKEN": "GH_TOKEN" }'
68
- export-secrets-to-environment : false
69
-
70
45
- name : Use NodeJS v18
71
46
uses : actions/setup-node@v4
72
47
with :
73
48
node-version : " 18"
74
49
75
- - name : Check out repository
76
- uses : actions/checkout@v4
77
-
78
- - name : Build
50
+ - name : Build Node18 Examples
79
51
run : |
80
52
chmod +x ./examples-standalone/bin/build-gh-pages
81
53
./examples-standalone/bin/build-gh-pages
82
54
env :
83
55
KENDO_UI_LICENSE : ${{ secrets.KENDO_UI_LICENSE }}
84
56
57
+ - name : Copy Node18 Dist
58
+ run : cp -r ./examples-standalone/dist ./examples/dist
59
+
85
60
- name : Deploy to GH Pages
86
61
uses : peaceiris/actions-gh-pages@v3
87
62
with :
You can’t perform that action at this time.
0 commit comments