Skip to content
Snippets Groups Projects
Unverified Commit bd8bbc46 authored by Daniel's avatar Daniel
Browse files

FIX: Pipeline: Remove `/public/` if it exists.

parent 36abb5e5
No related branches found
No related tags found
No related merge requests found
......@@ -105,11 +105,11 @@ pages:
tags: [ docker ]
stage: deploy
only:
- f-doc
- dev
script:
- echo "Deploying"
- make doc
- {rm public || true}; cp -r build/doc/html public
- rm -r public || true ; cp -r build/doc/html public
artifacts:
paths:
- 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