diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index cb09224a9..ee844f096 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -83,6 +83,8 @@ jobs: if: github.ref == 'refs/heads/develop' && github.event_name == 'push' steps: + - name: Checkout + uses: actions/checkout@v2 - name: Download full bundle uses: actions/download-artifact@v2 with: