From 0b1d2a24b38569f6f090918a54409d001271279d Mon Sep 17 00:00:00 2001 From: VaiTon Date: Sun, 9 Jul 2023 15:54:06 +0200 Subject: [PATCH] Fix build.sh script --- deploy.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/deploy.sh b/deploy.sh index 95490b3613..f3bb203fdc 100644 --- a/deploy.sh +++ b/deploy.sh @@ -1,10 +1,8 @@ #!/bin/bash -cd build; cp index.html 404.html; cp index.html insights.html; cp index.html questions.html; cp index.html eco-score.html; cp index.html settings.html; cp index.html logos.html; -cd ..; \ No newline at end of file