From b7c84c1559978f6e49101f611f54d454acd4fa98 Mon Sep 17 00:00:00 2001 From: zethson Date: Fri, 15 Nov 2024 11:56:11 +0100 Subject: [PATCH] :bug: Netlify only if bionty-docs job Signed-off-by: zethson --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 720d751..e8807e9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -70,7 +70,7 @@ jobs: include-hidden-files: true - uses: nwtgck/actions-netlify@v1.2 - if: ${{ !(matrix.group == 'bionty-docs' && github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository) }} + if: ${{ matrix.group == 'bionty-docs' && !(github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository) }} with: publish-dir: "_build/html" production-deploy: ${{ github.event_name == 'push' }}