Update .gitlab-ci.yml to reflect change in folder structure of documentation

This commit is contained in:
2019-10-17 17:32:41 +02:00
parent 31f98dc647
commit 1f62cddc7b

View File

@@ -8,7 +8,7 @@ pages:
stage: deploy
script:
- mkdir public
- cp -r docs/build/html/* public
- cp -r docs/sphinx/build/html/* public
artifacts:
paths:
- public