[libxml2] Fix GitLab pages job



commit c2ee4a2091cf13fe2387daa3ac88c3926c7bc1cf
Author: Nick Wellnhofer <wellnhofer aevum de>
Date:   Sat Apr 2 16:55:18 2022 +0200

    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 e7279c69..9029cf64 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:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]