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

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

parent b25c6a67
No related branches found
No related tags found
No related merge requests found
......@@ -109,7 +109,7 @@ pages:
script:
- echo "Deploying"
- make doc
- cp -r build/doc/html public
- {rm 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.
Please register or to comment