From d0861f908a9739e1641a2c54d02d4c7a7245d643 Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Tue, 25 Jun 2019 17:17:08 +0300 Subject: [PATCH] gitlab-ci: Fix pages generation for the documentation Fixes 0a13641ff: "gitlab-ci: Enable gitlab page for publishing documentation", to point to correct sphinx documentation. Signed-off-by: Marius Vlad --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c0d562e3..90b30944 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -71,7 +71,7 @@ pages: script: - export PREFIX=$(pwd)/prefix-weston-build-native-meson - mkdir public - - cp -R $PREFIX/share/weston-doc/* public/ + - cp -R $PREFIX/share/doc/weston/* public/ artifacts: paths: - public