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:31:30 UTC

[streampipes] branch dev updated: [hotfix] always set alias for 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 60d3f8153 [hotfix] always set alias for python docs
60d3f8153 is described below

commit 60d3f81534cceffb0ee89bfa0af7a03ab4b13e84
Author: bossenti <bo...@posteo.de>
AuthorDate: Sat Mar 11 15:31:15 2023 +0100

    [hotfix] always set alias for python docs
---
 .github/workflows/python-docs.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/python-docs.yml b/.github/workflows/python-docs.yml
index 9717c921f..50f80cdb3 100644
--- a/.github/workflows/python-docs.yml
+++ b/.github/workflows/python-docs.yml
@@ -16,6 +16,7 @@
 name: "build-python-docs-and-share-as-artifact"
 
 on:
+  workflow_dispatch:
   schedule:
     - cron:  "0 2 * * 6"  # runs every saturday at 00:00:00
 
@@ -56,6 +57,7 @@ jobs:
         working-directory: ./streampipes-client-python
         run: |
           mike deploy dev --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