Skip to content
Snippets Groups Projects
Commit e09f4502 authored by Cédric Moreau's avatar Cédric Moreau
Browse files

[enh] enable again `pages` stage

parent c88b8713
No related branches found
No related tags found
No related merge requests found
...@@ -44,25 +44,25 @@ build: ...@@ -44,25 +44,25 @@ build:
script: script:
- yarn - yarn
#pages: pages:
# <<: *nvm_env <<: *nvm_env
# stage: pages stage: pages
# cache: cache:
# paths: paths:
# - coverage/ - coverage/
# script: script:
# - yarn - yarn
# - yarn doc - yarn doc
# - mkdir -p public - mkdir -p public
# - mv typedoc public/ - mv typedoc public/
# - mv coverage public/ - mv coverage public/
# - ls public - ls public
# artifacts: artifacts:
# untracked: true untracked: true
# paths: paths:
# - public - public
# only: only:
# - loki - loki
test: test:
......
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