From 8faf24362d49a3de387c36bd5c801c4d8ffe37ee Mon Sep 17 00:00:00 2001 From: Digital Studium Date: Tue, 9 May 2023 17:34:37 +0300 Subject: [PATCH] ... --- .gitea/workflows/deploy.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index bae2439..52bc641 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -11,9 +11,10 @@ jobs: steps: - name: Fetch repo - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: submodules: true # Fetch Hugo themes (true OR recursive) + fetch-depth: 0 - name: Setup Hugo uses: https://github.com/peaceiris/actions-hugo@v2