Skip to content

Commit

Permalink
chore: add cloudflare deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ourongxing committed Apr 17, 2023
1 parent 6ce60a3 commit 5d8e1b5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cloudflare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ jobs:
run: pnpm i

- name: Build
run: CF_WORKER pnpm build
run: pnpm build
env:
CF_WORKER: "1"

- name: Publish to Cloudflare
uses: cloudflare/[email protected]
Expand Down

0 comments on commit 5d8e1b5

Please sign in to comment.