Skip to content
Snippets Groups Projects
Commit b13d7994 authored by erwan's avatar erwan
Browse files

CI: Generate the _html dir before trying to copy it

parent f87bcf3c
No related branches found
No related tags found
No related merge requests found
Pipeline #71276 failed
...@@ -35,7 +35,7 @@ pages: ...@@ -35,7 +35,7 @@ pages:
- make odoc - make odoc
- mkdir public - mkdir public
- cd guides/users - cd guides/users
- make README.html - make
- cp README.html ../../public/index.html - cp README.html ../../public/index.html
- cp -rf _html ../../public/ - cp -rf _html ../../public/
- cp -rf ../styles/ ../../public/ - cp -rf ../styles/ ../../public/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment