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

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

parents f1c4988d 6554ed19
No related branches found
No related tags found
No related merge requests found
...@@ -3,6 +3,9 @@ image: python:3.11-slim ...@@ -3,6 +3,9 @@ image: python:3.11-slim
# Functions that should be executed before the build script is run # Functions that should be executed before the build script is run
before_script: before_script:
- python3 -m pip install sphinx - python3 -m pip install sphinx
stages:
- pages
pages: pages:
script: script:
- sphinx-build -b html docs/ public/ - sphinx-build -b html docs/ public/
......
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