Skip to content

Commit

Permalink
🐛 Netlify only if bionty-docs job
Browse files Browse the repository at this point in the history
Signed-off-by: zethson <lukas.heumos@posteo.net>
  • Loading branch information
Zethson committed Nov 15, 2024
1 parent cd53e85 commit b7c84c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}
Expand Down

0 comments on commit b7c84c1

Please sign in to comment.