ci: Fix destination path
Moving multiple files into a non existent target folder won't work. Just move the whole directory instead. While at that list the folder content so we get an idea what CI produced.
This commit is contained in:
@@ -49,7 +49,8 @@ pages:
|
||||
needs:
|
||||
- build_stable
|
||||
script:
|
||||
- mv _build/docs/html/* public/
|
||||
- find _build/docs/html/
|
||||
- mv _build/docs/html public
|
||||
artifacts:
|
||||
paths:
|
||||
- public
|
||||
|
Reference in New Issue
Block a user