Update .gitlab-ci.yml to reflect change in folder structure of documentation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user