From 93135dc388467ef82c7ccc288e7e8106856c89c2 Mon Sep 17 00:00:00 2001 From: Karel van Klink <karel.vanklink@geant.org> Date: Tue, 4 Jul 2023 14:23:51 +0200 Subject: [PATCH] remove bad cd command --- docs/.gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/.gitlab-ci.yml b/docs/.gitlab-ci.yml index 91940314..5ef0839a 100644 --- a/docs/.gitlab-ci.yml +++ b/docs/.gitlab-ci.yml @@ -10,7 +10,6 @@ build-documentation: - pip install sphinx sphinx_rtd_theme myst-parser script: - sphinx-apidoc gso gso/app.py -o docs/source - - cd $CI_PROJECT_DIR/docs - sphinx-build -b html docs/source docs/build artifacts: -- GitLab