Skip to content

Commit 38d5d0a

Browse files
chore: Enable preview urls
1 parent 197854e commit 38d5d0a

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/build-deploy.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ jobs:
3333
steps:
3434
- uses: vivliostyle/vivliostyle.pub/.github/actions/setup@ci/deploy
3535
- run: pnpm build
36-
- uses: cloudflare/wrangler-action@da0e0dfe58b7a431659754fdf3f186c529afbe65 # v3.14.1
37-
with:
38-
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
39-
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
40-
wranglerVersion: '4.50.0'
36+
- uses: npx wrangler@4.50.0 publish
37+
env:
38+
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
39+
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}

0 commit comments

Comments
 (0)