Skip to content
Snippets Groups Projects

write the spinx-build directly into the gitlab ci

Merged Martin Teichmann requested to merge teichman-master-patch-33833 into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -4,7 +4,7 @@ image: sphinxdoc/sphinx
before_script: []
pages:
script:
- make html
- sphinx-build html doc public
artifacts:
paths:
# The folder that contains the files to be exposed at the Page URL
Loading