Skip to content
Snippets Groups Projects
Commit a037286e authored by Jeremy Commins's avatar Jeremy Commins
Browse files

Update .gitlab-ci.yml

parent e609c486
No related branches found
No related tags found
No related merge requests found
...@@ -5,6 +5,7 @@ pages: ...@@ -5,6 +5,7 @@ pages:
- apk --no-cache add py3-pip python-dev - apk --no-cache add py3-pip python-dev
- pip install sphinx - pip install sphinx
- pip install sphinx-autodoc-typehints - pip install sphinx-autodoc-typehints
- pip install sphinx_rtd_theme
- apk --no-cache add make - apk --no-cache add make
- cd docs && make html - cd docs && make html
- mv build/html/ public/ - mv build/html/ 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