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

Pipeline: variation on pages build

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