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/25 15:28:00 UTC

[streampipes] branch dev updated: [hotfix] remove latest alias for dev python docs (#1515)

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 57a342526 [hotfix] remove latest alias for dev python docs (#1515)
57a342526 is described below

commit 57a3425269ff8b9615d0b075472e9a61e659404e
Author: Tim <50...@users.noreply.github.com>
AuthorDate: Tue Apr 25 17:27:54 2023 +0200

    [hotfix] remove latest alias for dev python docs (#1515)
---
 .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