Skip to content

Commit

Permalink
fix deploy workflow
Browse files Browse the repository at this point in the history
Fixes checkout in the deploy workflow
  • Loading branch information
p-galligan committed Sep 10, 2024
1 parent 130d6d9 commit 5ee2cc8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
submodules: true

- name: Export secrets to environment variables
uses: oNaiPs/[email protected]
Expand Down

0 comments on commit 5ee2cc8

Please sign in to comment.