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/11 14:48:38 UTC

[streampipes] branch dev updated: [hotfix] provide latest as default in python docs

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 73819a0cf [hotfix] provide latest as default in python docs
73819a0cf is described below

commit 73819a0cf664375feaa3f6ab4dccf6d1fb236118
Author: bossenti <bo...@posteo.de>
AuthorDate: Sat Mar 11 15:48:25 2023 +0100

    [hotfix] provide latest as default in python docs
---
 .github/workflows/python-docs.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/python-docs.yml b/.github/workflows/python-docs.yml
index 35591b05e..19023a309 100644
--- a/.github/workflows/python-docs.yml
+++ b/.github/workflows/python-docs.yml
@@ -57,6 +57,7 @@ jobs:
         working-directory: ./streampipes-client-python
         run: |
           mike deploy dev latest -u --deploy-prefix ./streampipes-client-python/docs-tmp -b build-python-docs-${{ github.run_id }}
+          mike set-default latest --deploy-prefix ./streampipes-client-python/docs-tmp -b build-python-docs-${{ github.run_id }}
           git reset --hard  # undo local changes that delete generated doc files
 
       - name: Publish Python docs as artifact