diff options
author | 2024-08-18 16:43:41 +0100 | |
---|---|---|
committer | 2024-08-18 16:43:41 +0100 | |
commit | 91c140a9a670a6c0117a6decdd47a1f0aa23cbd2 (patch) | |
tree | 83a9be5323418894244400b474addeb25d971935 /.github | |
parent | Debug git date localisation issues (diff) |
Add sparse checkout for docs
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/docs.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index e357c4a..ea504c7 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -37,6 +37,10 @@ jobs: with: submodules: recursive fetch-depth: 0 + sparse-checkout: | + docs/ + pyproject.toml + poetry.lock - name: Setup Pages id: pages uses: actions/configure-pages@v5 |