Skip to content
Snippets Groups Projects
Commit 02b7f704 authored by Hanna  JULIENNE's avatar Hanna JULIENNE
Browse files

Update .gitlab-ci.yml

parent 5a81ea93
No related branches found
No related tags found
No related merge requests found
Pipeline #7842 passed
......@@ -15,10 +15,10 @@ pages:
- pip3 install sphinx
- pip3 install sphinxcontrib-bibtex
- pip3 install -r jass_preprocessing/requirements.txt
- cd ./doc
- cd doc
- sphinx-apidoc -f -o ./source/_autosummary/ ../jass_preprocessing/
- make html
- mv _build/html/ ../../public
- mv _build/html/ ../public
- ls -R ../../public
artifacts:
paths:
......
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