You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by bo...@apache.org on 2023/04/29 15:05:56 UTC

[streampipes] 01/01: [hotfix] exclude versions file from pydocs update

This is an automated email from the ASF dual-hosted git repository.

bossenti pushed a commit to branch fix/pydocs-dont-overwrite-versions
in repository https://gitbox.apache.org/repos/asf/streampipes.git

commit b6a50b21a92ae61dd9293bc9226da01c34b7ff57
Author: bossenti <bo...@posteo.de>
AuthorDate: Sat Apr 29 17:04:53 2023 +0200

    [hotfix] exclude versions file from pydocs update
---
 .github/workflows/python-docs.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/python-docs.yml b/.github/workflows/python-docs.yml
index 6581ee030..38ef259fe 100644
--- a/.github/workflows/python-docs.yml
+++ b/.github/workflows/python-docs.yml
@@ -63,5 +63,7 @@ jobs:
         uses: actions/upload-artifact@v3
         with:
           name: streampipes-python-docs
-          path: streampipes-client-python/docs-tmp/**/*
+          path: |
+            streampipes-client-python/docs-tmp/**/*
+            !streampipes-client-python/docs-tmp/**/versions.json  # exclude versions file because this would overwrite existing versions and aliases
           retention-days: 5