From f2823f29bbde01b0de2b1292cb2ba43439c7db98 Mon Sep 17 00:00:00 2001 From: Loris Leiva Date: Thu, 16 Feb 2023 19:09:08 +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 14065008..5f0232f2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -151,8 +151,8 @@ jobs: deploy_docs: name: Deploy docs runs-on: ubuntu-latest - # needs: release (todo) - # if: needs.release.outputs.published == 'true' + needs: release + if: needs.release.outputs.published == 'true' environment: name: js-documentation url: ${{ steps.deploy.outputs.url }}