Skip to content
Snippets Groups Projects
Commit c9a7646a authored by Daniel Espinosa's avatar Daniel Espinosa
Browse files

CI: added support to generate pages for documentation

parent 3c17de4a
Branches
Tags
No related merge requests found
......@@ -8,6 +8,7 @@ stages:
variables:
DEPENDENCIES: gcc gettext gtk-doc-tools make autoconf meson ninja-build
libxml2-dev libglib2.0-dev valac libgee-0.8-dev gettext
gnome-common
before_script:
- apt update
......@@ -40,4 +41,14 @@ package-tar:
paths:
- ./gxml-*.tar.xz
pages:
stage: deploy
script:
- meson _build
- cd _build
- ninja
- mv docs/GXml-* ../public
- cd ..
- mv public/index.htm public/index.html
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment