From fbd9c3d282bd1d242f23667a347657e52117a95b Mon Sep 17 00:00:00 2001 From: Alex Williams Date: Fri, 17 May 2024 12:44:07 +0100 Subject: [PATCH] Improving workflow --- .github/workflows/autodeploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/autodeploy.yml b/.github/workflows/autodeploy.yml index f150f835..4cc9fbe7 100644 --- a/.github/workflows/autodeploy.yml +++ b/.github/workflows/autodeploy.yml @@ -16,11 +16,13 @@ jobs: steps: - shell: bash run: | + rm -Rf ./coriolis-data git clone https://github.com/alex-williams/coriolis-data.git cd coriolis-data git checkout alpha npm install cd ../ + rm -Rf ./coriolis git clone https://github.com/alex-williams/coriolis.git cd ./coriolis git checkout alpha