Skip to content
Snippets Groups Projects
Commit 3d4ccfdc authored by Mikkel Friis-Møller's avatar Mikkel Friis-Møller
Browse files

Update .gitlab-ci.yml

parent 25a08112
No related branches found
No related tags found
1 merge request!10Update .gitlab-ci.yml
Pipeline #27290 failed
......@@ -38,8 +38,13 @@ test_EDWIN_windows:
pages:
stage:
deploy
script:
- pip install -e .
script:
- apt-get update
- apt-get -y install make
- pip install --upgrade pip
- pip install sphinx --upgrade
- pip install nbsphinx --upgrade
- pip install -e .[test]
- cd docs; make html
- cd ../; mv docs/build/html public/
artifacts:
......
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