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:
Guido Günther
2023-12-25 12:07:34 +01:00
parent 2c9aaba33b
commit 1ecb9fbb48

View File

@@ -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