https://pvzm.net/ to play [Read-only GitHub mirror] pvzm.net
modded vs pvz plants-vs-zombies plantsvszombies javascript online zombie noads jspvz pvzm game plants plant
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

update branch, install wrangler

authored by

Clay and committed by
GitHub
01d7cea0 8b5d479a

+2 -2
+2 -2
.github/workflows/main.yml
··· 46 46 restore-keys: pnpm-global- 47 47 48 48 - name: Install dependencies 49 - run: pnpm add -g oxlint oxfmt esbuild html-minifier-terser 49 + run: pnpm add -g oxlint oxfmt esbuild html-minifier-terser wrangler 50 50 51 51 - name: Lint, format & version stamp 52 52 run: | ··· 90 90 with: 91 91 apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }} 92 92 accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }} 93 - command: pages deploy . --project-name=pvz --env=prod 93 + command: pages deploy . --project-name=pvz --branch=main 94 94 gitHubToken: ${{ secrets.GITHUB_TOKEN }}