mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-12-04 20:07:36 +00:00
ci: Deploy documentation as gitlab pages
This commit is contained in:
parent
1c253c0604
commit
55028565aa
1 changed files with 13 additions and 0 deletions
|
@ -6,6 +6,7 @@ stages:
|
|||
- test
|
||||
- package
|
||||
- test-package
|
||||
- deploy
|
||||
|
||||
variables:
|
||||
L5_DOCKER_IMAGE: debian:bookworm
|
||||
|
@ -127,3 +128,15 @@ flatpak:master:
|
|||
MESON_ARGS: ""
|
||||
APP_ID: "org.gnome.Calls"
|
||||
BUNDLE: "calls.flatpak"
|
||||
|
||||
pages:
|
||||
stage: deploy
|
||||
needs:
|
||||
- build-gtkdoc
|
||||
script:
|
||||
mv _reference/ public/
|
||||
artifacts:
|
||||
paths:
|
||||
- public
|
||||
only:
|
||||
- master
|
||||
|
|
Loading…
Reference in a new issue