Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
igorperic17 authored Jun 28, 2024
1 parent ff32492 commit 5a632de
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,8 @@ jobs:
uses: ./.github/workflows/python-publish.yml
secrets:
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}

deploy-docs:
needs: deploy-pypi
if: ${{ (github.event.inputs.destination_branch == 'main') && success() }}
uses: ./.github/workflows/deploy_docs_to_s3.yml

0 comments on commit 5a632de

Please sign in to comment.