From 1c08e8fa56d2d2ed568fcbea9b555e335d4c6be8 Mon Sep 17 00:00:00 2001 From: chrisdca Date: Tue, 30 Sep 2025 00:05:03 -0500 Subject: [PATCH] feat: add step checkout --- .github/workflows/workflow-cd-azure.yml | 3 +++ 1 file changed, 3 insertions(+) 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: