Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lorisleiva committed Feb 17, 2023
1 parent 162df5f commit 639922f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ jobs:
deploy_docs:
name: Deploy docs
runs-on: ubuntu-latest
# needs: release
# if: needs.release.outputs.published == 'true'
needs: release
if: needs.release.outputs.published == 'true'
environment:
name: js-documentation
url: ${{ steps.deploy.outputs.url }}
Expand Down

0 comments on commit 639922f

Please sign in to comment.