From 901acb2e70bc31beab1945401ccc844ccf5e268f Mon Sep 17 00:00:00 2001 From: Lukas Kalbertodt Date: Thu, 20 Jul 2023 13:27:02 +0200 Subject: [PATCH] Temporarily remove map file removal from test deployment This is in order to already deploy the redesign. Will be added later. --- .github/workflows/deploy-test.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/deploy-test.yml b/.github/workflows/deploy-test.yml index 3ab60d32..7fbc8ed1 100644 --- a/.github/workflows/deploy-test.yml +++ b/.github/workflows/deploy-test.yml @@ -63,7 +63,6 @@ jobs: deploydir=$(cat deploydir.tmp) mkdir studio-test/${deploydir} mv .github/.deploy-settings.toml studio-test/${deploydir}/settings.toml - rm build/static/js/*.map mv build/* studio-test/${deploydir}/ rmdir build