From d00faefb7221cc08c64021dd8234b911fca28ad5 Mon Sep 17 00:00:00 2001 From: g* Date: Tue, 17 Jun 2025 15:04:49 +0200 Subject: [PATCH] . --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4915562..b6361fb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ pages: stage: deploy image: python:latest script: - - pip install -r ./requirements.txt + - pip install -r requirements.txt - mkdocs build --site-dir site cache: key: ${CI_COMMIT_REF_SLUG}