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/19 15:35:03 UTC

[streampipes] 01/01: [hotfix] remove latest alias for dev python docs

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

bossenti pushed a commit to branch chore/alias-pydocs
in repository https://gitbox.apache.org/repos/asf/streampipes.git

commit 65272020c2cf426f22b19e31b6c9752869bf0602
Author: bossenti <bo...@posteo.de>
AuthorDate: Wed Apr 19 17:34:46 2023 +0200

    [hotfix] remove latest alias for dev python docs
---
 .github/workflows/python-docs.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.github/workflows/python-docs.yml b/.github/workflows/python-docs.yml
index 19023a309..6581ee030 100644
--- a/.github/workflows/python-docs.yml
+++ b/.github/workflows/python-docs.yml
@@ -56,8 +56,7 @@ jobs:
       - name: Build Python docs
         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 }}
+          mike deploy dev -u --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