diff options
author | 2024-08-18 16:46:42 +0100 | |
---|---|---|
committer | 2024-08-18 16:46:42 +0100 | |
commit | cd2dfea129b11f9e0162e9ac82f4090745e51f6d (patch) | |
tree | 76c77a0935fde454bb79cb5d1a0be532d992021e /.github | |
parent | Add sparse checkout for docs (diff) |
Disable checkout on setup-python action
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/docs.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index ea504c7..49cf727 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -49,6 +49,7 @@ jobs: with: python_version: "3.12" install_args: --with docs + checkout: false - name: Build docs working-directory: docs run: | |