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

Merge branch 'master' of git.nilu.no:ebas/ebas-io

parents afe871a0 209dcf94
No related branches found
No related tags found
No related merge requests found
......@@ -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
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