Skip to content
Snippets Groups Projects
Commit aa9a6677 authored by Christoph Knote's avatar Christoph Knote
Browse files

So etwa

parent e50098a7
Branches
Tags
1 merge request!16Introduce poetry packaging
...@@ -29,7 +29,8 @@ create_docs: ...@@ -29,7 +29,8 @@ create_docs:
needs: [test] needs: [test]
script: script:
- poetry install - poetry install
- cd docs ; make html - cd docs
- poetry run sphinx-build -b html . build
- mv build/html/ ../public/ - mv build/html/ ../public/
artifacts: artifacts:
paths: paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment