From a077f5380b9c289eaec33f7042365271497fc767 Mon Sep 17 00:00:00 2001 From: Maxime Armstrong <46797220+maximearmstrong@users.noreply.github.com> Date: Tue, 23 Jul 2024 11:19:47 -0400 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 552dd24..319e3bc 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -46,10 +46,12 @@ jobs: run: | cd project-repo ls -lah + mkdir tmp_jaffle_dagster shopt -s dotglob mv jaffle_dagster/* tmp_jaffle_dagster rm -rf jaffle_dagster mv tmp_jaffle_dagster/* . + rm -rf tmp_jaffle_dagster ls -lah cd ..