From b6e1eaafe265d6621423b5e0bd2361bafa9c781f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leon=20Michel=20Gori=C3=9Fen?= <leon.gorissen@llt.rwth-aachen.de> Date: Wed, 13 Mar 2024 11:11:34 +0100 Subject: [PATCH] docs: fix spelling error --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0d9e277..cbba652 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,7 +19,7 @@ stages: pages: stage: deploy script: - - pip instal pydata-sphinx-theme + - pip install pydata-sphinx-theme - python -m sphinx -b html docs/ public artifacts: paths: -- GitLab