Build action adjustment for submodules

This commit is contained in:
Jeremy Vyska 2022-02-20 21:08:12 +01:00
parent c259acce6f
commit 91fe61d0ff

View file

@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v2
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: Setup Hugo