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

[enh] ci: disable `pages` stage temporarily (wrong yml again)

parent fd50bac3
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,7 @@ stages: ...@@ -2,6 +2,7 @@ stages:
- github-sync - github-sync
- build - build
- test - test
- pages
- package - package
- prerelease - prerelease
- release - release
...@@ -43,25 +44,25 @@ build: ...@@ -43,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