From c2ee4a2091cf13fe2387daa3ac88c3926c7bc1cf Mon Sep 17 00:00:00 2001 From: Nick Wellnhofer Date: Sat, 2 Apr 2022 16:55:18 +0200 Subject: [PATCH] Fix GitLab pages job --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e7279c692..9029cf647 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -277,7 +277,7 @@ cmake:msvc:v141:x86:static: pages: script: - mkdir -p public - - cp -r doc/devhelp doc/tutorial doc/xmllint.html doc/xmlcatalog_man.html public + - cp -r doc/devhelp doc/tutorial doc/xmllint.html doc/xmlcatalog.html public - mkdir -p public/examples - cp doc/examples/*.html doc/examples/*.c public/examples artifacts: