Skip to content
Snippets Groups Projects
Commit 37177a10 authored by Areizaga Ugartemendia, Pedro Jose's avatar Areizaga Ugartemendia, Pedro Jose
Browse files

Update pages2.yml

parent 87b034a8
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,7 @@ pages:
# Necessary to always launch the build yml in order to install dependencies
- npm run build
- npm run docs
- npm run docs2md
- npm run test
- mkdir -p public
- mkdir -p public/sample
......@@ -14,6 +15,7 @@ pages:
- mkdir -p public/coverage
- cp -r example/dist/. public/sample || true
- cp -r docs/. public/docs || true
- cp -r api.md public/api.md || true
- cp -r test/coverage/lcov-report/. public/coverage || true
artifacts:
paths:
......
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