From 3f0eaca8da7e06db5bbb8ca41febb78459baf650 Mon Sep 17 00:00:00 2001 From: Carlos Eduardo Guevara Parrales Date: Tue, 30 Dec 2025 10:30:28 +0100 Subject: [PATCH] Documentation --- docs/publishing-your-site.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/publishing-your-site.md b/docs/publishing-your-site.md index 86651b98f..cf690c50f 100644 --- a/docs/publishing-your-site.md +++ b/docs/publishing-your-site.md @@ -135,9 +135,8 @@ pages: key: ${CI_COMMIT_REF_SLUG} paths: - ~/.cache/ # (1)! - artifacts: - paths: - - public + pages: + publish: public rules: - if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH' ```