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 20:58:48 UTC

[streampipes] branch 1375-versioning-for-python-docs updated: adapt branch name

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


The following commit(s) were added to refs/heads/1375-versioning-for-python-docs by this push:
     new b44c39f88 adapt branch name
b44c39f88 is described below

commit b44c39f889669dbe1be0b20890e53c85b0808c93
Author: bossenti <bo...@posteo.de>
AuthorDate: Mon Mar 6 21:58:38 2023 +0100

    adapt branch name
---
 .github/workflows/python-docs.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/python-docs.yml b/.github/workflows/python-docs.yml
index 9c1f5157a..6456aa5be 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 feature/python-doc-versioning 
+          mike deploy dev  --deploy-prefix ./streampipes-client-python/docs-tmp -b build-python-docs-${{ github.run_id }}
 
       - name: Publish Python docs as artifact
         uses: actions/upload-artifact@v3
@@ -67,4 +67,4 @@ jobs:
 
       - name: remove branch
         run: |
-          git push origin --delete build-python-docs-${{ github.run_id }} 
+          git push origin --delete build-python-docs-${{ github.run_id }}