1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-26 12:25:09 +03:00

Upload documentation to GitLab pages

This commit is contained in:
Nick Wellnhofer 2022-02-12 20:02:51 +01:00
parent be889b6581
commit 2017cae6df

View File

@ -275,3 +275,16 @@ cmake:msvc:v141:x86:static:
variables:
BUILD_SHARED_LIBS: "OFF"
SUFFIX: static
pages:
script:
- mkdir -p public
- cp -r doc/devhelp doc/tutorial doc/xmllint.html doc/xmlcatalog_man.html public
artifacts:
paths:
- public
exclude:
- public/devhelp/Makefile*
- public/devhelp/*.xsl
only:
- master