Skip to content
Snippets Groups Projects

Move documentation to public when built

Merged Defendi Alberto requested to merge documentation into master
2 files
+ 2
3
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 2
3
@@ -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
Loading