From: Aleš Mrázek Date: Thu, 17 Jul 2025 12:20:57 +0000 (+0200) Subject: .gitlab-ci.yml: renamed docs:pages to docs:latest X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a3d2357d2225ce571878fe53d90239c30131750;p=thirdparty%2Fknot-resolver.git .gitlab-ci.yml: renamed docs:pages to docs:latest --- 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