]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
.gitlab-ci.yml: docs:pages: added 'pages: true' docs-ci-jobs-reor-cvkywl/deployments/6775
authorAleš Mrázek <ales.mrazek@nic.cz>
Mon, 12 May 2025 13:15:00 +0000 (15:15 +0200)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Mon, 12 May 2025 13:17:02 +0000 (15:17 +0200)
.gitlab-ci.yml

index a7b7c6761e96ca1d9db148602ddc4ad80f863b2e..c3d40e0fd8f3e48e51393e527f8e0510173a9bf6 100644 (file)
@@ -845,6 +845,7 @@ docs:pages:
   needs:
     - docs:build
   script: mv doc/html public
+  pages: true
   when: manual
   artifacts:
     paths:
@@ -931,4 +932,4 @@ python:unit:
     paths:
       - unit.junit.xml
 
-# }}}
\ No newline at end of file
+# }}}