From 68403b178fed6b4d08c591075921591b07a24ce0 Mon Sep 17 00:00:00 2001 From: Sergi Hernandez <shernand@iri.upc.edu> Date: Mon, 19 Feb 2018 17:28:56 +0100 Subject: [PATCH] Changed the path of the public folder. GIT pages only generated for the master branch. --- .gitlab-ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 84adc7e..e9e6f7a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,7 +12,7 @@ cmake-build: - Build/ - bin/ - lib/ - + unit-test: stage: test script: @@ -33,7 +33,9 @@ pages: script: - cd Build - make doc - - mv ../doc/html/ public/ + - mv ../doc/html/ ../public/ artifacts: paths: - public + only: + - master -- GitLab