Skip to content

Commit

Permalink
Added submodules.
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-br committed Apr 22, 2024
1 parent 4a41095 commit ada2423
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Update submodules
run: git submodule update --init --recursive

- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v1
with:
Expand Down

0 comments on commit ada2423

Please sign in to comment.