diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 5fb6442..52bc641 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -11,7 +11,7 @@ jobs: steps: - name: Fetch repo - uses: actions/checkout@a81bbbf8298c0fa03ea29cdc473d45769f953675 + uses: actions/checkout@v3 with: submodules: true # Fetch Hugo themes (true OR recursive) fetch-depth: 0