1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-11-04 00:53:12 +03:00

Upload documentation to GitLab Pages

This commit is contained in:
Nick Wellnhofer
2022-02-12 23:25:32 +01:00
parent f2cd40ff39
commit 74d26e3650

View File

@@ -281,3 +281,19 @@ cmake:msvc:v141:x86:static:
variables: variables:
BUILD_SHARED_LIBS: "OFF" BUILD_SHARED_LIBS: "OFF"
SUFFIX: static 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