Browse Source

Update fork check in publish workflow

Co-authored-by: K3rnelPan1c <33120068+h1dden-da3m0n@users.noreply.github.com>
pull/687/head
Niels van Velzen 9 months ago
committed by GitHub
parent
commit
6a6aa4823e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/publish.yaml

2
.github/workflows/publish.yaml

@ -14,7 +14,7 @@ on:
jobs:
build_publish:
uses: ./.github/workflows/_meta.yaml
if: ${{ github.repository == 'jellyfin/jellyfin-docs' }}
if: ${{ contains(github.repository_owner, 'jellyfin') }}
with:
publish: true
secrets:

Loading…
Cancel
Save