From 12749cb64276ca10f3a912369f232730f32ef7b5 Mon Sep 17 00:00:00 2001 From: Marco Marinello <me@marcomarinello.it> Date: Thu, 6 May 2021 16:17:28 +0200 Subject: [PATCH] Try to fix docs publication Signed-off-by: Marco Marinello <me@marcomarinello.it> --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0ca6f5b..719a2be 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ image: node:latest stages: - build - - build_documentation + - docs build: stage: build @@ -12,8 +12,8 @@ build: - yarn test - yarn build -build-documentation: - stage: build_documentation +pages: + stage: docs script: - npm install --force --global yarn - yarn install -- GitLab