From 5378b10a00d0e21d98fe2fb265499720de0eb90a Mon Sep 17 00:00:00 2001 From: Bilal Elmoussaoui Date: Thu, 4 Jan 2024 15:35:40 +0100 Subject: [PATCH] ci: Distribute the new website Part-of: --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0cb1d9a5a..799a909b6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -652,6 +652,7 @@ reference: - meson setup . build --werror -Ddocs=true -Dtests=false - ninja -C build - mkdir references + - cp -r doc/website/* ./references - mv build/doc/reference/{cally/cally,clutter/clutter,cogl/cogl,cogl-pango/cogl-pango,meta/meta,mtk/mtk} references/ artifacts: expire_in: 1 week