Skip to content

Commit

Permalink
🐛 🚀 use recusrive checkout in CI to pull cloak-email and snap-gallery…
Browse files Browse the repository at this point in the history
… hugo packages
  • Loading branch information
M4GNV5 committed Jul 1, 2024
1 parent 2120f7c commit 38bf687
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to Container Registry
Expand Down

0 comments on commit 38bf687

Please sign in to comment.