From efa3f7d738965dd7dffbcf58557512a72dd12d15 Mon Sep 17 00:00:00 2001 From: Bjarne von Horn Date: Thu, 10 Aug 2023 00:22:55 +0200 Subject: [PATCH] use `make doc` in doxygen job to build device table --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7c229bdf..ae231ce6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -55,7 +55,7 @@ doxygen: script: - ./bootstrap - ./configure --with-linux-dir=/usr/src/linux-obj/$(uname -i)/default --disable-8139too --enable-tty --with-devices=2 --enable-ccat - - doxygen + - make doc - mv doxygen-output/html/ html/ artifacts: paths: