Skip to content

Commit 0102634

Browse files
authored
CLDR-18512 site: fix site deploy…again (#4735)
1 parent 6e4a7cc commit 0102634

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
5252
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
5353
# use '--branch pr####' (pr###.cldr.pages.dev) for PRs, otherwise goes to cldr.unicode.org (production)
54-
command: pages deploy ./_site --project-name=cldr ${{ github.event_name == 'push' && '' || format('--branch pr{0}', github.event.pull_request.number) }}
54+
command: pages deploy ./_site --project-name=cldr ${{ github.event_name == 'pull_request' && format('--branch pr{0}', github.event.pull_request.number) || '' }}
5555
- name: Calculate changed site files
5656
id: prdiff
5757
if: github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == 'unicode-org/cldr'

0 commit comments

Comments
 (0)