diff --git a/.github/workflows/deploying.yml b/.github/workflows/deploying.yml index ef94ecc9..2af2eeae 100644 --- a/.github/workflows/deploying.yml +++ b/.github/workflows/deploying.yml @@ -56,6 +56,9 @@ jobs: runs-on: ubuntu-latest steps: + - name: Checkout code + uses: actions/checkout@v2 + - name: Download artifact uses: actions/download-artifact@v2 with: