From 5a3d2357d2225ce571878fe53d90239c30131750 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ale=C5=A1=20Mr=C3=A1zek?= Date: Thu, 17 Jul 2025 14:20:57 +0200 Subject: [PATCH] .gitlab-ci.yml: renamed docs:pages to docs:latest --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3fa82026a..16917bb11 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -805,10 +805,10 @@ docs:environment: name: docs/$CI_COMMIT_REF_NAME url: https://www.knot-resolver.cz/documentation/artifacts/$CI_JOB_ID/index.html -# Deploys the current documentation to the GitLab pages. -# https://knot.pages.nic.cz/knot-resolver -# https://www.knot-resolver.cz/documentation/latest -docs:pages: +# Automatically deploys the latest documentation from the master branch. +# The latest doc is available at https://www.knot-resolver.cz/documentation/latest/, +# which redirects to the GitLab pages at https://knot.pages.nic.cz/knot-resolver. +docs:latest: stage: deploy needs: - docs:build -- 2.47.2