Skip to content

Commit

Permalink
👷 CI: Added step to remove old stable version.
Browse files Browse the repository at this point in the history
  • Loading branch information
abhiTronix committed Apr 25, 2021
1 parent 8f627a2 commit eb19b9c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down

0 comments on commit eb19b9c

Please sign in to comment.