From 5e1c34d264169de603ff005ed3223c7f7d0cbf18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20Ro=C5=BCnawski?= Date: Fri, 6 Oct 2023 11:28:50 +0200 Subject: [PATCH] Change docs deploy --- .github/workflows/docs.yml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 5944668..afa2dc4 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -2,8 +2,8 @@ name: docs on: push: - branches: - - main + tags: + - "v*.*.*" jobs: # Build the documentation and upload the static HTML files as an artifact. diff --git a/README.md b/README.md index 20deafd..0903a91 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Read the docs [here](https://jellyfish-dev.github.io/python-server-sdk/jellyfish You can install the latest version of the package from github: ``` -pip install git+https://github.com/jellyfish-dev/python-server-sdk +pip install git+https://github.com/jellyfish-dev/python-server-sdk@v0.1.0 ``` ## Usage