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

Move documentation to public when built

parent f8249e70
No related branches found
No related tags found
1 merge request!32Move documentation to public when built
Pipeline #11784 passed
......@@ -15,11 +15,10 @@ build:
build-documentation:
stage: build_documentation
script:
- yarn docs:build
- npm install --force --global yarn
- yarn install
- yarn install -D react-styleguidist
- yarn docs:build
- npx styleguidist build
- mv styleguide/ public/
artifacts:
paths:
- styleguide
......
File deleted
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