Skip to content

Commit

Permalink
fix: checkout with submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
samshara committed Jun 29, 2023
1 parent 636a6b1 commit b908dc2
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 @@ -30,6 +30,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: 'true'
- name: Detect package manager
id: detect-package-manager
run: |
Expand Down

0 comments on commit b908dc2

Please sign in to comment.