From eb19b9ce96061c09b5fe4c3ee63d84c940a19af2 Mon Sep 17 00:00:00 2001 From: abhiTronix Date: Sun, 25 Apr 2021 22:42:04 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20CI:=20Added=20step=20to=20remove?= =?UTF-8?q?=20old=20stable=20version.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy_docs.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/deploy_docs.yml b/.github/workflows/deploy_docs.yml index d6da49f05..48c92b485 100644 --- a/.github/workflows/deploy_docs.yml +++ b/.github/workflows/deploy_docs.yml @@ -101,6 +101,10 @@ jobs: echo "RELEASE_NAME=$(python -c 'import vidgear; print(vidgear.__version__)')" >>$GITHUB_ENV shell: bash if: success() + - name: mike remove previous stable + run: | + mike delete --push latest + if: success() - name: mike deploy docs stable run: | echo "${{ env.NAME_STABLE }}"