diff options
-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: | |