diff --git a/.gitea/workflows/hugo-build.yml b/.gitea/workflows/hugo-build.yml index c7fdb2b..683a148 100644 --- a/.gitea/workflows/hugo-build.yml +++ b/.gitea/workflows/hugo-build.yml @@ -9,7 +9,7 @@ jobs: - name: Check out code uses: actions/checkout@v4 with: - submodules: recursive # Fetch Hugo themes (true OR recursive) + submodules: true # Fetch Hugo themes (true OR recursive) fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod - name: Install Hugo uses: peaceiris/actions-hugo@v3