diff options
author | 2024-06-02 13:59:18 +0100 | |
---|---|---|
committer | 2024-06-02 13:59:18 +0100 | |
commit | 00fe08280c77b43d3ddcf4a822fa8d841a59e316 (patch) | |
tree | ec26989a3bcc52f6b1d8bbaf41cda1a0863c3b43 | |
parent | Move default server config to a template (diff) |
Fix docs lint flow
-rw-r--r-- | .github/workflows/lint-docs.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/lint-docs.yaml b/.github/workflows/lint-docs.yaml index 1057696..c616e9a 100644 --- a/.github/workflows/lint-docs.yaml +++ b/.github/workflows/lint-docs.yaml @@ -7,6 +7,9 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + with: + submodules: recursive + fetch-depth: 0 - name: Setup Hugo uses: peaceiris/actions-hugo@v3 with: |