Skip to content

Commit d94cc1a

Browse files
committed
Adding config for gitlab pages
1 parent ea901e4 commit d94cc1a

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.gitlab-ci.yml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
stages:
2+
- docs
3+
4+
before_script:
5+
- npm ci
6+
7+
pages:
8+
stage: docs
9+
image: node:18
10+
tags:
11+
- docker
12+
script:
13+
- npm run build:listing
14+
artifacts:
15+
paths:
16+
- for-web

0 commit comments

Comments
 (0)