From 2a63ed210dd247963622d8c10014ada56aeac1dc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Oto=20=C5=A0=C5=A5=C3=A1va?= Date: Wed, 10 Jan 2024 16:04:14 +0100 Subject: [PATCH] .gitlab-ci: remove the `pages` job for 5.x --- .gitlab-ci.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7a49e975a..cf7b7120b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -811,15 +811,4 @@ docs:release: name: docs-release/$CI_COMMIT_TAG url: https://$CI_PROJECT_NAMESPACE.pages.nic.cz/-/knot-resolver/-/jobs/$CI_JOB_ID/artifacts/doc/html/index.html -# This job deploys the current docs as -pages: - stage: deploy - needs: - - docs:build - script: mv doc/html public - when: manual - artifacts: - paths: - - public - # }}} -- 2.47.2