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:55 UTC

[streampipes] branch fix/pydocs-dont-overwrite-versions created (now b6a50b21a)

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

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


      at b6a50b21a [hotfix] exclude versions file from pydocs update

This branch includes the following new commits:

     new b6a50b21a [hotfix] exclude versions file from pydocs update

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by bo...@apache.org.
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