Skip to content
Snippets Groups Projects
Verified Commit 12749cb6 authored by Marco Marinello's avatar Marco Marinello
Browse files

Try to fix docs publication

parent ab1efb62
No related branches found
No related tags found
No related merge requests found
Pipeline #12016 failed
...@@ -2,7 +2,7 @@ image: node:latest ...@@ -2,7 +2,7 @@ image: node:latest
stages: stages:
- build - build
- build_documentation - docs
build: build:
stage: build stage: build
...@@ -12,8 +12,8 @@ build: ...@@ -12,8 +12,8 @@ build:
- yarn test - yarn test
- yarn build - yarn build
build-documentation: pages:
stage: build_documentation stage: docs
script: script:
- npm install --force --global yarn - npm install --force --global yarn
- yarn install - yarn install
......
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