diff --git a/.github/workflows/workflow-cd-azure.yml b/.github/workflows/workflow-cd-azure.yml index 3d766b3..0b3cf11 100644 --- a/.github/workflows/workflow-cd-azure.yml +++ b/.github/workflows/workflow-cd-azure.yml @@ -7,6 +7,9 @@ jobs: deployment: runs-on: ubuntu-latest steps: + - name: Checkout + uses: actions/checkout@v4 + - name: Azure Static Web Apps Deploy uses: Azure/static-web-apps-deploy@v1 with: