]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
.gitlab-ci.yml: renamed docs:pages to docs:latest docs-ci-improveme-hx7wpc/deployments/7239
authorAleš Mrázek <ales.mrazek@nic.cz>
Thu, 17 Jul 2025 12:20:57 +0000 (14:20 +0200)
committerAleš Mrázek <ales.mrazek@nic.cz>
Thu, 17 Jul 2025 12:20:57 +0000 (14:20 +0200)
.gitlab-ci.yml

index 3fa82026a960e07a512b2c74294dcc75ce936e85..16917bb11cfd4d4a81aa662dd2b5147723a266b8 100644 (file)
@@ -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