From e70343c66eb4ed476ff75af70f0f7dfcb26b9571 Mon Sep 17 00:00:00 2001 From: Gugulethu H Date: Tue, 17 Jun 2025 12:59:52 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b6361fb..4915562 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}