From 487b5fa4f805d11817f520a5940cd5f5e97bd1fb Mon Sep 17 00:00:00 2001 From: sammyette <torchedsammy@gmail.com> Date: Wed, 2 Apr 2025 11:12:09 -0400 Subject: [PATCH] ci: checkout with submodules --- .github/workflows/docs.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index f39404a..2171249 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -9,7 +9,10 @@ jobs: gen: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v4 + with: + submodules: true + fetch-depth: 0 - uses: actions/setup-go@v5 - name: Download Task run: 'sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d'