From 745ada6c8601e5cf09d9c927e44a7e50ad1c3c41 Mon Sep 17 00:00:00 2001 From: gopalrs <33950290+gopalrs@users.noreply.github.com> Date: Tue, 15 Oct 2024 12:52:48 +0530 Subject: [PATCH] Adding overwrite option to delete old versions --- .github/workflows/build-python-pdoc.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-python-pdoc.yml b/.github/workflows/build-python-pdoc.yml index 96c729605..6ea8e9880 100644 --- a/.github/workflows/build-python-pdoc.yml +++ b/.github/workflows/build-python-pdoc.yml @@ -48,6 +48,7 @@ jobs: name: dependencies path: | dependencies_documentation.txt + overwrite: true - name: Archive documentation artifacts uses: actions/upload-artifact@v4 with: