From 8218b10405626245b3ef387c1c10b49102b0752a Mon Sep 17 00:00:00 2001 From: Jack Greiner Date: Sat, 6 Apr 2024 09:03:02 -0400 Subject: [PATCH] Try and adjust how the git repository is cloned. --- .github/workflows/website_build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/website_build.yml b/.github/workflows/website_build.yml index a899c6f..f594308 100644 --- a/.github/workflows/website_build.yml +++ b/.github/workflows/website_build.yml @@ -63,8 +63,8 @@ jobs: - name: "Checkout `naev`" uses: actions/checkout@v3 with: - repository: 'naev/naev' - submodules: 'recursive' + fetch-depth: 0 + submodules: true path: /__w/naev.github.io/naev.github.io/staging - name: "Build API Docs" run: |