From 209dcf945d7ddd5811d17d4c271fdce3cf157baf Mon Sep 17 00:00:00 2001 From: "Thomas H. Espe" <te@nilu.no> Date: Tue, 2 Jul 2024 07:48:13 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0d5176c..ce580b6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,9 +4,9 @@ image: python:3.11-slim before_script: - python3 -m pip install sphinx -stages: - - pages + pages: + stage: pages script: - sphinx-build -b html docs/ public/ artifacts: @@ -18,4 +18,7 @@ pages: # a pages deploy - if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH changes: - - docs/**/* \ No newline at end of file + - docs/**/* + +stages: + - pages \ No newline at end of file -- GitLab