From c913d18573da240f262a32c7a4ccaaecefdedbd5 Mon Sep 17 00:00:00 2001 From: Digital Studium Date: Tue, 9 May 2023 17:10:46 +0300 Subject: [PATCH] ttf --- .gitea/workflows/deploy.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 7f93df1..bae2439 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -11,10 +11,9 @@ jobs: steps: - name: Fetch repo - uses: actions/checkout@v3 + uses: actions/checkout@v2 with: submodules: true # Fetch Hugo themes (true OR recursive) - fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod - name: Setup Hugo uses: https://github.com/peaceiris/actions-hugo@v2