Skip to content

Commit 6dad376

Browse files
Merge pull request #57 from christianncode/feat/UpdateWorkflowCDAzure
feat: add step checkout
2 parents 0398006 + 1c08e8f commit 6dad376

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/workflow-cd-azure.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ jobs:
77
deployment:
88
runs-on: ubuntu-latest
99
steps:
10+
- name: Checkout
11+
uses: actions/checkout@v4
12+
1013
- name: Azure Static Web Apps Deploy
1114
uses: Azure/static-web-apps-deploy@v1
1215
with:

0 commit comments

Comments
 (0)