Skip to content
Snippets Groups Projects
Commit 000688ba authored by Thomas Holene Løkkeborg's avatar Thomas Holene Løkkeborg
Browse files

bygger nå docs til pages med pdoc

parent 13f36af9
No related branches found
No related tags found
No related merge requests found
Pipeline #69693 failed
......@@ -65,7 +65,10 @@ job_deploy_pages:
image: morkolai/paa-bittet-ci
script:
- mkdir public
- echo "<html><h1>Docs will appear here</h1></html>" > public/index.html
- pip install pdoc
- python -m pdoc soitool --html --output-dir public
- mv ./public/soitool/* ./public
- rmdir ./public/soitool
artifacts:
paths:
- 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