From fa2bbfbbfb07c37982078537628cc51c8b9a6c9e Mon Sep 17 00:00:00 2001 From: brooke Date: Wed, 28 Feb 2024 03:42:42 +0000 Subject: [PATCH] grab recursively --- .gitea/workflows/hugo.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/hugo.yaml b/.gitea/workflows/hugo.yaml index 366e4d1..90bd2be 100644 --- a/.gitea/workflows/hugo.yaml +++ b/.gitea/workflows/hugo.yaml @@ -9,6 +9,9 @@ jobs: steps: - uses: actions/checkout@v3 + with: + fetch-depth: 0 + submodules: recursive - name: Grab packages run: | apt-get update && \