We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 876ef06 commit 014a2ebCopy full SHA for 014a2eb
.github/workflows/deploy.yml
@@ -40,7 +40,7 @@ jobs:
40
yq -i '.d1_databases[0].database_id = "${{ secrets.CLOUDFLARE_DATABASE_ID }}"' wrangler.toml
41
yq -i '.vars.MODE = "mixed"' wrangler.toml
42
yq -i '.vars.PROVIDER_CLOUDFLARE_BUILTIN = false' wrangler.toml
43
- pnpm build:worker
+ pnpm build
44
45
# build website
46
cd docs
@@ -50,12 +50,12 @@ jobs:
50
cd ..
51
52
# deploy to cloudflare
53
- pnpm deploy:worker
+ pnpm deploy
54
55
- name: Deploy Preview Version
56
run: |
57
yq -i '.name = "typix-preview"' wrangler.toml
58
yq -i '.vars.MODE = "client"' wrangler.toml
59
yq -i '.vars.PROVIDER_CLOUDFLARE_BUILTIN = true' wrangler.toml
60
61
0 commit comments