Skip to content

Commit

Permalink
recursive submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyscott25 committed Mar 20, 2024
1 parent 5c504a0 commit 9925f99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Git Checkout
uses: actions/checkout@v3
with:
submodules: true # Fetch Hugo themes (true OR recursive)
submodules: recursive # Fetch Hugo themes (true OR recursive)
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod

- name: Install Hugo
Expand Down

0 comments on commit 9925f99

Please sign in to comment.