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

Merge branch 'documentation' into 'master'

Move documentation to public when built

See merge request !32
parents 9889ca76 4bb7fdf8
No related branches found
No related tags found
1 merge request!32Move documentation to public when built
Pipeline #11785 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