From 22d3f7ad77d07b4b1852e12c02fec6f1f8e962b7 Mon Sep 17 00:00:00 2001 From: Anson Date: Sun, 8 Oct 2023 19:55:50 -0600 Subject: [PATCH] change up the dir --- docs/.gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/.gitlab-ci.yml b/docs/.gitlab-ci.yml index a151df2..2b0c715 100644 --- a/docs/.gitlab-ci.yml +++ b/docs/.gitlab-ci.yml @@ -2,6 +2,7 @@ image: python:3.11 pages: stage: deploy script: + - cd ./docs - pip install -r requirements.txt - mkdocs build --site-dir public --verbose artifacts: