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/03/06 21:08:09 UTC

[streampipes] branch 1375-versioning-for-python-docs updated (53d526438 -> 77616a7c1)

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

bossenti pushed a change to branch 1375-versioning-for-python-docs
in repository https://gitbox.apache.org/repos/asf/streampipes.git


    from 53d526438 debug
     new a4e7d82aa debug
     new 77616a7c1 debug

The 2 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.


Summary of changes:
 .github/workflows/python-docs.yml | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)


[streampipes] 02/02: debug

Posted by bo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

bossenti pushed a commit to branch 1375-versioning-for-python-docs
in repository https://gitbox.apache.org/repos/asf/streampipes.git

commit 77616a7c18d0bd32b5b7a0b049fec234ad88b10a
Author: bossenti <bo...@posteo.de>
AuthorDate: Mon Mar 6 22:07:56 2023 +0100

    debug
---
 .github/workflows/python-docs.yml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/.github/workflows/python-docs.yml b/.github/workflows/python-docs.yml
index 993794914..01eba30cb 100644
--- a/.github/workflows/python-docs.yml
+++ b/.github/workflows/python-docs.yml
@@ -29,7 +29,6 @@ jobs:
 
       - name: create working branch & set GitHub config
         run: |
-          git checkout -b build-python-docs-${{ github.run_id }}
           git config user.name 'github-actions[bot]'
           git config user.email 'github-actions[bot]@users.noreply.github.com'
 
@@ -67,7 +66,3 @@ jobs:
           name: streampipes-python-docs
           path: streampipes-client-python/docs-tmp/**/*
           retention-days: 5
-
-      - name: remove branch
-        run: |
-          git branch -d build-python-docs-${{ github.run_id }}


[streampipes] 01/02: debug

Posted by bo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

bossenti pushed a commit to branch 1375-versioning-for-python-docs
in repository https://gitbox.apache.org/repos/asf/streampipes.git

commit a4e7d82aa262f157e4436f6042e1ceaf25d528a7
Author: bossenti <bo...@posteo.de>
AuthorDate: Mon Mar 6 22:06:12 2023 +0100

    debug
---
 .github/workflows/python-docs.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/python-docs.yml b/.github/workflows/python-docs.yml
index 6b0d04edf..993794914 100644
--- a/.github/workflows/python-docs.yml
+++ b/.github/workflows/python-docs.yml
@@ -56,7 +56,7 @@ jobs:
       - name: Build Python docs
         working-directory: ./streampipes-client-python
         run: |
-          mike deploy dev  --deploy-prefix ./streampipes-client-python/docs-tmp -b build-python-docs-${{ github.run_id }}
+          mike deploy dev  --deploy-prefix ./docs-tmp -b build-python-docs-${{ github.run_id }}
           ls -a
           git log
           git log --stat