On Fri, 15 Jan 2021 at 15:44, Peter Maydell <peter.mayd...@linaro.org> wrote:
> Changes v2->v3: > * just the addition of the .gitlab-ci.yml change to fix the Pages CI job > Since this is a 2-line change I've taken the liberty of keeping Paolo's > R-by tag on the basis that it's not a material change to the bulk of the > patch. > --- a/.gitlab-ci.yml > +++ b/.gitlab-ci.yml > @@ -622,8 +622,8 @@ pages: > -t "Welcome to the QEMU sourcecode" > - mv HTML public/src > # Project documentation > - - mv build/docs/index.html public/ > - - for i in devel interop specs system tools user ; do mv build/docs/$i > public/ ; done > + - make -C build install DESTDIR=$(pwd)/temp-install > + - mv temp-install/usr/local/share/doc/qemu/* public/ > artifacts: > paths: > - public > -- > 2.20.1 I'm going to have another go at getting this into master via target-arm.next... -- PMM