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

Add stages

parent b61c94d3
No related branches found
No related tags found
Loading
......@@ -3,6 +3,9 @@ image: python:3.11-slim
# Functions that should be executed before the build script is run
before_script:
- python3 -m pip install sphinx
stages:
- pages
pages:
script:
- 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