Skip to content
Snippets Groups Projects
Verified Commit 1a5f4726 authored by Defendi Alberto's avatar Defendi Alberto
Browse files

Set up gitlab pages deploy

parent 71e8b74c
No related branches found
No related tags found
1 merge request!26Documentation
Pipeline #11736 failed
...@@ -139,4 +139,7 @@ yarn-debug.log* ...@@ -139,4 +139,7 @@ yarn-debug.log*
yarn-error.log* yarn-error.log*
yarn.lock yarn.lock
.docz/ .docz/
._.DS_Store ._.DS_Store
\ No newline at end of file
# docs
styleguide/
\ No newline at end of file
...@@ -2,6 +2,7 @@ image: node:latest ...@@ -2,6 +2,7 @@ image: node:latest
stages: stages:
- build - build
- build_documentation
build: build:
stage: build stage: build
...@@ -10,3 +11,12 @@ build: ...@@ -10,3 +11,12 @@ build:
- yarn install - yarn install
- yarn test - yarn test
- yarn build - yarn build
build-documentation:
stage: build_documentation
script:
- yarn docs:build
artifacts:
paths:
- styleguide
only: master
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment