Skip to content
Snippets Groups Projects
Commit 509ac592 authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

deploy doc (1)

parent 1f27843c
No related branches found
No related tags found
1 merge request!21Regular merge of develop
Pipeline #8340 failed
......@@ -5,8 +5,6 @@ stages:
- deploy
before_script:
- node -v
- npm -v
- npm install --global npm@latest
- npm install --global yo
- npm install -g grunt-cli
......@@ -28,15 +26,13 @@ pages:
- mkdir .public
artifacts:
paths:
- dist/
- .public/
stage: deploy
only:
- gitlab-pages
script:
- mkdir .public
- cp -r dist .public
- mv .public public
artifacts:
paths:
- public
only:
- gitlab-pages
\ No newline at end of file
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