Skip to content

Commit 279b68d

Browse files
committed
demo does not work, so do not deploy it
1 parent a2f97cb commit 279b68d

File tree

1 file changed

+17
-18
lines changed

1 file changed

+17
-18
lines changed

Diff for: .gitlab-ci.yml

+17-18
Original file line numberDiff line numberDiff line change
@@ -26,21 +26,21 @@ build-and-run-tests:
2626
paths:
2727
- dist
2828

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
4444

4545
docs:
4646
stage: build
@@ -96,8 +96,8 @@ pages:
9696
- ls -l dist
9797
- cp -av --recursive dist/* public/
9898
- 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/
101101
- ls -lR public
102102
artifacts:
103103
paths:
@@ -106,6 +106,5 @@ pages:
106106
needs:
107107
- docs
108108
- build-and-run-tests
109-
- build-demo
110109
rules:
111110
- !reference [ .default_rules_tag, rules ]

0 commit comments

Comments
 (0)