ci: fix handling pages deploy with existing public folder

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2023-11-20 18:57:07 +01:00
parent 70e9ce0a26
commit 1228ec122f

View File

@@ -191,6 +191,7 @@ e2e:
pages:
stage: deploy
script:
- mv public public-mbz
- mkdir public
- mix deps.get
- mix docs