mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #5896 from thornbill/fix-cf-pages
Fix Cloudflare Pages CI issues
This commit is contained in:
commit
35cb1010ed
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -89,7 +89,7 @@ jobs:
|
||||||
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
|
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
|
||||||
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
|
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
|
||||||
command: pages deploy dist --project-name=jellyfin-web --branch=${{
|
command: pages deploy dist --project-name=jellyfin-web --branch=${{
|
||||||
github.event.pull_request.head.repo.full_name == github.repository
|
(github.event_name != 'pull_request_target' || github.event.pull_request.head.repo.full_name == github.repository)
|
||||||
&& (github.event.pull_request.head.ref || github.ref_name)
|
&& (github.event.pull_request.head.ref || github.ref_name)
|
||||||
|| format('{0}/{1}', github.event.pull_request.head.repo.full_name, github.event.pull_request.head.ref)
|
|| format('{0}/{1}', github.event.pull_request.head.repo.full_name, github.event.pull_request.head.ref)
|
||||||
}} --commit-hash=${{ github.event.pull_request.head.sha || github.sha }}
|
}} --commit-hash=${{ github.event.pull_request.head.sha || github.sha }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue