Skip to content

Commit

Permalink
Temporarily remove map file removal from test deployment
Browse files Browse the repository at this point in the history
This is in order to already deploy the redesign. Will be added later.
  • Loading branch information
LukasKalbertodt committed Jul 20, 2023
1 parent dea7817 commit 901acb2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/deploy-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 901acb2

Please sign in to comment.