From 3ddca92c5d26ae87951dc01ce61dd501b86cba80 Mon Sep 17 00:00:00 2001 From: g* Date: Tue, 17 Jun 2025 15:06:33 +0200 Subject: [PATCH] . --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b6361fb..0df8dff 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,13 +3,13 @@ pages: image: python:latest script: - pip install -r requirements.txt - - mkdocs build --site-dir site + - mkdocs build --site-dir public cache: key: ${CI_COMMIT_REF_SLUG} paths: - .cache/ artifacts: paths: - - site + - public rules: - if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'