Skip to content

Commit

Permalink
Avoid sparse checkout as only root is downloaded
Browse files Browse the repository at this point in the history
  • Loading branch information
minottic committed Nov 12, 2024
1 parent cc24a28 commit 1df5cdd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/actions/mkdocs-pages/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1df5cdd

Please sign in to comment.