Skip to content

Commit

Permalink
ci(deploy): checkout submodules too
Browse files Browse the repository at this point in the history
  • Loading branch information
es3n1n committed Aug 14, 2023
1 parent 5aa477c commit 3153a8e
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 @@ -16,6 +16,8 @@ jobs:
steps:
- name: Checkout your repository using git
uses: actions/checkout@v3
with:
submodules: 'true'
- name: Install, build, and upload your site
uses: withastro/action@v0
with:
Expand Down

0 comments on commit 3153a8e

Please sign in to comment.