From: Aleš Mrázek Date: Thu, 17 Jul 2025 11:40:18 +0000 (+0200) Subject: .gitlab-ci.yml: docs:pages: run job automatically and only for master X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=362b1db37b26ac5cf57cb95b7b2ce53ccb51f2a3;p=thirdparty%2Fknot-resolver.git .gitlab-ci.yml: docs:pages: run job automatically and only for master This will help to keep the /latest docs up to date. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 503ad4e17..3fa82026a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -807,13 +807,15 @@ docs:environment: # Deploys the current documentation to the GitLab pages. # https://knot.pages.nic.cz/knot-resolver +# https://www.knot-resolver.cz/documentation/latest docs:pages: stage: deploy needs: - docs:build + only: + - master@knot/knot-resolver script: mv doc/html public pages: true - when: manual artifacts: paths: - public