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 && \