summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Wellnhofer <wellnhofer@aevum.de>2022-02-12 23:25:32 +0100
committerNick Wellnhofer <wellnhofer@aevum.de>2022-02-13 01:08:52 +0100
commit74d26e365084f6d1e8c4b59a699cb93349b0f35d (patch)
tree2bfa7d5428b75cf2914ff3b2dff2f717fb501132
parentf2cd40ff3927692975c0f2e1c3b0d2d56a7c0787 (diff)
downloadlibxslt-74d26e365084f6d1e8c4b59a699cb93349b0f35d.tar.gz
Upload documentation to GitLab Pages
-rw-r--r--.gitlab-ci.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5df830be..6d4d77f0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -281,3 +281,19 @@ cmake:msvc:v141:x86:static:
variables:
BUILD_SHARED_LIBS: "OFF"
SUFFIX: static
+
+pages:
+ script:
+ - mkdir -p public/EXSLT
+ - cp -r doc/devhelp doc/tutorial doc/tutorial2 doc/xsltproc.html public
+ - cp -r doc/EXSLT/devhelp public/EXSLT
+ artifacts:
+ paths:
+ - public
+ exclude:
+ - public/devhelp/Makefile*
+ - public/devhelp/*.xsl
+ - public/EXSLT/devhelp/Makefile*
+ - public/EXSLT/devhelp/*.xsl
+ only:
+ - master@GNOME/libxslt