Skip to content
Snippets Groups Projects
Commit e6a7748f authored by Rebecca Kohlhaas's avatar Rebecca Kohlhaas
Browse files

Pipeline: variation on pages build

parent 3b9aa750
No related branches found
No related tags found
1 merge request!32Merge last changes for new release
Pipeline #46410 failed
......@@ -81,11 +81,12 @@ pages-job:
stage: pages
script:
- pip install -U sphinx
- pip install -e .
- cd docs
- .\make html
- sphinx-build -b html #. public
- cd ../
- cp docs/build/html public
#- sphinx-build -b html . public
artifacts:
paths:
- 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