aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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