Skip to content

Commit

Permalink
Add checkout submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
julianocosta89 committed Dec 26, 2023
1 parent cec9619 commit 1ecab85
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: true
submodules: recursive
fetch-depth: 0
- name: Checkout submodules
uses: textbook/git-checkout-submodule-action@master
- name: Setup Pages
id: pages
uses: actions/configure-pages@v4
Expand Down

0 comments on commit 1ecab85

Please sign in to comment.