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

Update .gitlab-ci.yml

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