Skip to content

Commit

Permalink
Adding config for gitlab pages
Browse files Browse the repository at this point in the history
  • Loading branch information
wesruv committed Mar 8, 2023
1 parent ea901e4 commit d94cc1a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
stages:
- docs

before_script:
- npm ci

pages:
stage: docs
image: node:18
tags:
- docker
script:
- npm run build:listing
artifacts:
paths:
- for-web

0 comments on commit d94cc1a

Please sign in to comment.