CI: add missing dependencies line

This commit is contained in:
Peter Hutterer 2023-10-11 13:31:47 +10:00
parent 5909717700
commit 3f768ecbfc
2 changed files with 4 additions and 0 deletions

View file

@ -371,6 +371,8 @@ pages:
MESON_ARGS: "-Ddocumentation=protocol,api"
script:
- echo "Nothing to do"
dependencies:
- "fedora:38@doc-build"
needs:
- "fedora:38@doc-build"
only:

View file

@ -372,6 +372,8 @@ pages:
MESON_ARGS: "-Ddocumentation=protocol,api"
script:
- echo "Nothing to do"
dependencies:
- "{{pages.distro}}:{{pages.version}}@doc-build"
needs:
- "{{pages.distro}}:{{pages.version}}@doc-build"
only: