From c6770042b3bcc3faf80f01c0893dcab03c768121 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20N=C3=A9grier?= Date: Thu, 9 Apr 2020 11:03:24 +0200 Subject: [PATCH] Fixing action file --- .github/workflows/build-and-deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index ec7d3c69..9318049d 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -58,6 +58,7 @@ jobs: - build-back runs-on: ubuntu-latest + steps: - name: Checkout uses: actions/checkout@v2