From 639922fde4e783c9922a2623ebfc3040b539ecc7 Mon Sep 17 00:00:00 2001 From: Loris Leiva Date: Fri, 17 Feb 2023 13:53:06 +0000 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e73fddb26..d58535c31 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 }}