mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-08-24 09:49:22 +03:00
Upload documentation to GitLab pages
This commit is contained in:
@ -275,3 +275,16 @@ cmake:msvc:v141:x86:static:
|
|||||||
variables:
|
variables:
|
||||||
BUILD_SHARED_LIBS: "OFF"
|
BUILD_SHARED_LIBS: "OFF"
|
||||||
SUFFIX: static
|
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
|
||||||
|
Reference in New Issue
Block a user