From 96bfd1b179c6cee2223c12dd92d975ced6e1f242 Mon Sep 17 00:00:00 2001 From: Stijn de Gooijer Date: Mon, 10 Jun 2024 09:49:31 +0200 Subject: [PATCH] chore: Prepare update of API reference URLs (#16816) --- .github/workflows/docs-global.yml | 3 +++ 1 file changed, 3 insertions(+) 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