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 <[email protected]>
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

Reply via email to