From 1df5cdddcff812eabd2c0114d76025d70f33b817 Mon Sep 17 00:00:00 2001 From: Carlo Minotti <50220438+minottic@users.noreply.github.com> Date: Tue, 12 Nov 2024 20:50:33 +0100 Subject: [PATCH] Avoid sparse checkout as only root is downloaded --- .github/actions/mkdocs-pages/action.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/actions/mkdocs-pages/action.yaml b/.github/actions/mkdocs-pages/action.yaml index a5a48652..69af9e78 100644 --- a/.github/actions/mkdocs-pages/action.yaml +++ b/.github/actions/mkdocs-pages/action.yaml @@ -35,7 +35,6 @@ runs: uses: actions/checkout@v4 with: path: ${{ inputs.path }} - sparse-checkout: ${{ inputs.path && '.' || '' }} - name: Set up Python uses: actions/setup-python@v5 with: