ci: Add missing dependency on doxygen sources for docs-generation jobs.

!22191 broke docs generation and marge didn't notice because of missing
 deps.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22271>
This commit is contained in:
Emma Anholt 2023-04-03 14:15:04 -07:00 committed by Marge Bot
parent 6fc9540176
commit c346413d9c
2 changed files with 5 additions and 0 deletions

View File

@ -28,6 +28,7 @@ import os
import subprocess
import tempfile
# You must update the paths in docs/gitlab-ci.yml's pages job when changing this.
INPUT_PATHS = [
'src/compiler/nir/nir.h',
'src/intel/isl',

View File

@ -24,6 +24,10 @@ pages:
changes: &docs-or-ci
- docs/**/*
- .gitlab-ci.yml
# Paths from doxygen-wrapper.py
- src/compiler/nir/nir.h
- src/intel/isl/**/*
- src/vulkan/runtime/**/*
when: always
# Other cases default to never