This is an automated email from the ASF dual-hosted git repository.
bossenti pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/streampipes.git
The following commit(s) were added to refs/heads/dev by this push:
new 3f7324e72 [hotfix] exclude versions file from pydocs update (#1532)
3f7324e72 is described below
commit 3f7324e725f23ce17e36553861b7ca3613dbae97
Author: Tim <[email protected]>
AuthorDate: Tue May 2 07:58:54 2023 +0200
[hotfix] exclude versions file from pydocs update (#1532)
---
.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