Skip to content
Snippets Groups Projects
Commit 209dcf94 authored by Thomas H. Espe's avatar Thomas H. Espe
Browse files

Update .gitlab-ci.yml file

parent fc72078a
No related branches found
No related tags found
No related merge requests found
...@@ -4,9 +4,9 @@ image: python:3.11-slim ...@@ -4,9 +4,9 @@ image: python:3.11-slim
before_script: before_script:
- python3 -m pip install sphinx - python3 -m pip install sphinx
stages:
- pages
pages: pages:
stage: pages
script: script:
- sphinx-build -b html docs/ public/ - sphinx-build -b html docs/ public/
artifacts: artifacts:
...@@ -18,4 +18,7 @@ pages: ...@@ -18,4 +18,7 @@ pages:
# a pages deploy # a pages deploy
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH - if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
changes: changes:
- docs/**/* - docs/**/*
\ No newline at end of file
stages:
- pages
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment