aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2024-08-18 16:43:41 +0100
committerGravatar Joe Banks <[email protected]>2024-08-18 16:43:41 +0100
commit91c140a9a670a6c0117a6decdd47a1f0aa23cbd2 (patch)
tree83a9be5323418894244400b474addeb25d971935 /.github
parentDebug git date localisation issues (diff)
Add sparse checkout for docs
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/docs.yaml4
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