File tree 1 file changed +17
-18
lines changed
1 file changed +17
-18
lines changed Original file line number Diff line number Diff line change @@ -26,21 +26,21 @@ build-and-run-tests:
26
26
paths :
27
27
- dist
28
28
29
- build-demo :
30
- stage : build
31
- cache :
32
- key :
33
- files :
34
- - package-lock.json
35
- prefix : npm
36
- paths :
37
- - node_modules/
38
- script :
39
- - npm install
40
- - npm run demo
41
- artifacts :
42
- paths :
43
- - demo
29
+ # build-demo:
30
+ # stage: build
31
+ # cache:
32
+ # key:
33
+ # files:
34
+ # - package-lock.json
35
+ # prefix: npm
36
+ # paths:
37
+ # - node_modules/
38
+ # script:
39
+ # - npm install
40
+ # - npm run demo
41
+ # artifacts:
42
+ # paths:
43
+ # - demo
44
44
45
45
docs :
46
46
stage : build
96
96
- ls -l dist
97
97
- cp -av --recursive dist/* public/
98
98
- cp -av --recursive docs public/
99
- - ls -l demo
100
- - cp -av --recursive demo/* public/
99
+ - # ls -l demo
100
+ - # cp -av --recursive demo/* public/
101
101
- ls -lR public
102
102
artifacts :
103
103
paths :
@@ -106,6 +106,5 @@ pages:
106
106
needs :
107
107
- docs
108
108
- build-and-run-tests
109
- - build-demo
110
109
rules :
111
110
- !reference [ .default_rules_tag, rules ]
You can’t perform that action at this time.
0 commit comments