Skip to content
Snippets Groups Projects
Commit 3331ff7f14f6 authored by Nick Wellnhofer's avatar Nick Wellnhofer
Browse files

Upload documentation to GitLab pages

parent 80dd9616983e
No related branches found
No related tags found
No related merge requests found
...@@ -275,3 +275,16 @@ ...@@ -275,3 +275,16 @@
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment