diff --git a/.github/workflows/docs-global.yml b/.github/workflows/docs-global.yml index fff58f4ec841..f0022a8d2b0c 100644 --- a/.github/workflows/docs-global.yml +++ b/.github/workflows/docs-global.yml @@ -103,7 +103,10 @@ jobs: uses: JamesIves/github-pages-deploy-action@v4 with: folder: site + # docs/ and py-polars/ included for backwards compatibility clean-exclude: | + api/python/ + api/rust/ docs/ py-polars/ single-commit: true