# HG changeset patch # User Nick Wellnhofer <wellnhofer@aevum.de> # Date 1644704732 -3600 # Sat Feb 12 23:25:32 2022 +0100 # Node ID e8e0844bba0d84f62f8ce2a8fc6c26045148fb0d # Parent 04b16442ef4f55e6900b12a4d522411ea3247dde Upload documentation to GitLab Pages diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -281,3 +281,19 @@ 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